#CB5838

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

Shades of Chilean Fire #CB5838

Tints of Chilean Fire #CB5838

Color information

#CB5838 (or 0xCB5838) is unknown color: approx Chilean Fire. HEX triplet: CB, 58 and 38. RGB value is (203,88,56). Sum of RGB (Red+Green+Blue) = 203+88+56=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5838 is #34A7C7. Grayscale: #767676. Windows color (decimal): -3450824 or 3692747. OLE color: 3692747.

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

Color convert

RGB2038856-
CMYK00.570.720.20
HSL13.06º58.57%50.78%-
HSV(B)13.06º72.41%79.61%-
XYZ28.8319.966.07-
YUV118.7492.6188.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.50%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=58.50%
G=25.36%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203885600.570.720.2013.0658.5750.78
HexCB58380394814d3b33
Octal3131307007111024157363
Binary11001011101100011100001110011001000101001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5838; }

 p { color: rgb(203,88,56); }

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

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

 a { background-color: rgb(203,88,56); }

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

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

 span { border-color: rgb(203,88,56); }

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