Html Css Color HEX #CB5922 Chocolate

📋 copy color: '#CB5922'

red 203 ◦ green 89 ◦ blue 34

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

Shades of Chocolate #CB5922

Tints of Chocolate #CB5922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.43%

R = 62.27%
G = 27.3%
B = 10.43%

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

#CB5922 (or 0xCB5922) is known color: Chocolate. HEX triplet: CB, 59 and 22. RGB value is (203,89,34). Sum of RGB (Red+Green+Blue) = 203+89+34=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5922 is #34A6DD. Grayscale: #757575. Windows color (decimal): -3450590 or 2251211. OLE color: 2251211.

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

Color convert

RGB 203 89 34 -
CMYK 0 0.56 0.83 0.20
HSL 19.53º 0.71% 0.46% -
HSV(B) 19.53º 0.83% 0.8% -
XYZ 28.49 19.96 3.86 -
YUV 116.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 203 89 34 0 0.56 0.83 0.20 19.53 0.71 0.46
Hex CB 59 22 0 38 53 14 14 47 2E
Octal 313 131 42 0 70 123 24 24 107 56
Binary 11001011 1011001 100010 0 111000 1010011 10100 10100 1000111 101110

Color Harmonies of #CB5922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5922

Black with #CB5922

Text Example


Text Example

White with #CB5922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5922; }

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

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

background-color css

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

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

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

border-color css

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

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

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