Html Css Color HEX #CB5E1C Chocolate

📋 copy color: '#CB5E1C'

red 203 ◦ green 94 ◦ blue 28

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

Shades of Chocolate #CB5E1C

Tints of Chocolate #CB5E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 62.46%
G = 28.92%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB5E1C (or 0xCB5E1C) is known color: Chocolate. HEX triplet: CB, 5E and 1C. RGB value is (203,94,28). Sum of RGB (Red+Green+Blue) = 203+94+28=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E1C is #34A1E3. Grayscale: #777777. Windows color (decimal): -3449316 or 1859275. OLE color: 1859275.

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

Color convert

RGB 203 94 28 -
CMYK 0 0.54 0.86 0.20
HSL 22.63º 0.76% 0.45% -
HSV(B) 22.63º 0.86% 0.8% -
XYZ 28.84 20.79 3.59 -
YUV 119.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 203 94 28 0 0.54 0.86 0.20 22.63 0.76 0.45
Hex CB 5E 1C 0 36 56 14 17 4C 2D
Octal 313 136 34 0 66 126 24 27 114 55
Binary 11001011 1011110 11100 0 110110 1010110 10100 10111 1001100 101101

Color Harmonies of #CB5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E1C

Black with #CB5E1C

Text Example


Text Example

White with #CB5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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