Html Css Color HEX #CB5923 Chilean Fire

📋 copy color: '#CB5923'

red 203 ◦ green 89 ◦ blue 35

#CB5923
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #CB5923

Tints of Chilean Fire #CB5923

RGB

 RED value IS 203 (79.69% from 255) = 62.08%

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 35 (14.06% from 255) = 10.7%

R = 62.08%
G = 27.22%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB5923 (or 0xCB5923) is known color: Chilean Fire. HEX triplet: CB, 59 and 23. RGB value is (203,89,35). Sum of RGB (Red+Green+Blue) = 203+89+35=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5923 is #34A6DC. Grayscale: #757575. Windows color (decimal): -3450589 or 2316747. OLE color: 2316747.

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

Color convert

RGB 203 89 35 -
CMYK 0 0.56 0.83 0.20
HSL 19.29º 0.71% 0.47% -
HSV(B) 19.29º 0.83% 0.8% -
XYZ 28.5 19.96 3.94 -
YUV 116.93 81.77 189.39 -
System Red Green Blue C M Y K H S L
Decimal 203 89 35 0 0.56 0.83 0.20 19.29 0.71 0.47
Hex CB 59 23 0 38 53 14 13 47 2F
Octal 313 131 43 0 70 123 24 23 107 57
Binary 11001011 1011001 100011 0 111000 1010011 10100 10011 1000111 101111

Color Harmonies of #CB5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5923

Black with #CB5923

Text Example


Text Example

White with #CB5923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5923; }

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

 H1.HeaderClassName
 {
   color: #CB5923;
 }
 .AnyTagClassName
 {
   color: #CB5923;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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