Html Css Color HEX #CB5E21 Chocolate

📋 copy color: '#CB5E21'

red 203 ◦ green 94 ◦ blue 33

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

Shades of Chocolate #CB5E21

Tints of Chocolate #CB5E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10%

R = 61.52%
G = 28.48%
B = 10%

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

#CB5E21 (or 0xCB5E21) is known color: Chocolate. HEX triplet: CB, 5E and 21. RGB value is (203,94,33). Sum of RGB (Red+Green+Blue) = 203+94+33=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E21 is #34A1DE. Grayscale: #777777. Windows color (decimal): -3449311 or 2186955. OLE color: 2186955.

HSL color Cylindrical-coordinate representation of color #CB5E21: hue angle of 21.53º degrees, saturation: 0.72, 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 #CB5E21 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 33 -
CMYK 0 0.54 0.84 0.20
HSL 21.53º 0.72% 0.46% -
HSV(B) 21.53º 0.84% 0.8% -
XYZ 28.91 20.81 3.93 -
YUV 119.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 203 94 33 0 0.54 0.84 0.20 21.53 0.72 0.46
Hex CB 5E 21 0 36 54 14 16 48 2E
Octal 313 136 41 0 66 124 24 26 110 56
Binary 11001011 1011110 100001 0 110110 1010100 10100 10110 1001000 101110

Color Harmonies of #CB5E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E21

Black with #CB5E21

Text Example


Text Example

White with #CB5E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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