Html Css Color HEX #CB5E20 Chocolate

📋 copy color: '#CB5E20'

red 203 ◦ green 94 ◦ blue 32

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

Shades of Chocolate #CB5E20

Tints of Chocolate #CB5E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 61.7%
G = 28.57%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB5E20 (or 0xCB5E20) is known color: Chocolate. HEX triplet: CB, 5E and 20. RGB value is (203,94,32). Sum of RGB (Red+Green+Blue) = 203+94+32=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E20 is #34A1DF. Grayscale: #777777. Windows color (decimal): -3449312 or 2121419. OLE color: 2121419.

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

Color convert

RGB 203 94 32 -
CMYK 0 0.54 0.84 0.20
HSL 21.75º 0.73% 0.46% -
HSV(B) 21.75º 0.84% 0.8% -
XYZ 28.89 20.81 3.86 -
YUV 119.52 78.61 187.54 -
System Red Green Blue C M Y K H S L
Decimal 203 94 32 0 0.54 0.84 0.20 21.75 0.73 0.46
Hex CB 5E 20 0 36 54 14 16 49 2E
Octal 313 136 40 0 66 124 24 26 111 56
Binary 11001011 1011110 100000 0 110110 1010100 10100 10110 1001001 101110

Color Harmonies of #CB5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E20

Black with #CB5E20

Text Example


Text Example

White with #CB5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E20; }

 p { color: rgb(203,94,32); }

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

background-color css

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

 a { background-color: rgb(203,94,32); }

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

border-color css

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

 span { border-color: rgb(203,94,32); }

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