#C25728

Color #C25728 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #C25728

Tints of Smoke Tree #C25728

Color information

#C25728 (or 0xC25728) is unknown color: approx Smoke Tree. HEX triplet: C2, 57 and 28. RGB value is (194,87,40). Sum of RGB (Red+Green+Blue) = 194+87+40=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C25728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25728 is #3DA8D7. Grayscale: #717171. Windows color (decimal): -4040920 or 2643906. OLE color: 2643906.

HSL color Cylindrical-coordinate representation of color #C25728: hue angle of 18.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C25728 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1948740-
CMYK00.550.790.24
HSL18.31º65.81%45.88%-
HSV(B)18.31º79.38%76.08%-
XYZ26.0418.444.19-
YUV113.6486.45185.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 60.44%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 40 (16.02% from 255) = 12.46%
R=60.44%
G=27.10%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194874000.550.790.2418.3165.8145.88
HexC257280374F1812422e
Octal30212750067117302210256
Binary1100001010101111010000110111100111111000100101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25728; }

 p { color: rgb(194,87,40); }

 H1.HeaderClassName
 {
   color: #C25728;
 }
 .AnyTagClassName
 {
   color: #C25728;
 }
</style>
background-color css

<style>
 a { background-color: #C25728; }

 a { background-color: rgb(194,87,40); }

 div.DivClassName
 {
   background-color: #C25728;
 }
 .BgClassName
 {
   background-color: #C25728;
 }
</style>
border-color css

<style>
 span { border-color: #C25728; }

 span { border-color: rgb(194,87,40); }

 td.TdClassName
 {
   border-color: #C25728;
 }
 .TagClassName
 {
   border-color: #C25728;
 }
</style>