#cb5937

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

Shades of Chilean Fire #CB5937

Tints of Chilean Fire #CB5937

Color information

#CB5937 (or 0xCB5937) is unknown color: approx Chilean Fire. HEX triplet: CB, 59 and 37. RGB value is (203,89,55). Sum of RGB (Red+Green+Blue) = 203+89+55=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5937 is #34A6C8. Grayscale: #777777. Windows color (decimal): -3450569 or 3627467. OLE color: 3627467.

HSL color Cylindrical-coordinate representation of color #CB5937: hue angle of 13.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB5937 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2038955-
CMYK00.560.730.20
HSL13.78º58.73%50.59%-
HSV(B)13.78º72.91%79.61%-
XYZ28.8920.125.97-
YUV119.2191.77187.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.50%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 55 (21.88% from 255) = 15.85%
R=58.50%
G=25.65%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203895500.560.730.2013.7858.7350.59
HexCB59370384914e3b33
Octal3131316707011124167363
Binary11001011101100111011101110001001001101001110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5937; }

 p { color: rgb(203,89,55); }

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

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

 a { background-color: rgb(203,89,55); }

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

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

 span { border-color: rgb(203,89,55); }

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