#C85B28

Color #C85B28 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #C85B28

Tints of Chilean Fire #C85B28

Color information

#C85B28 (or 0xC85B28) is unknown color: approx Chilean Fire. HEX triplet: C8, 5B and 28. RGB value is (200,91,40). Sum of RGB (Red+Green+Blue) = 200+91+40=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B28 is #37A4D7. Grayscale: #767676. Windows color (decimal): -3646680 or 2644936. OLE color: 2644936.

HSL color Cylindrical-coordinate representation of color #C85B28: hue angle of 19.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C85B28 is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB2009140-
CMYK00.540.80.22
HSL19.12º66.67%47.06%-
HSV(B)19.12º80%78.43%-
XYZ27.9419.914.38-
YUV117.7884.11186.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.42%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=60.42%
G=27.49%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200914000.540.80.2219.1266.6747.06
HexC85B28036501613432f
Octal31013350066120262310357
Binary1100100010110111010000110110101000010110100111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B28; }

 p { color: rgb(200,91,40); }

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

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

 a { background-color: rgb(200,91,40); }

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

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

 span { border-color: rgb(200,91,40); }

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