Html Css Color HEX #CB5C1D Chocolate

📋 copy color: '#CB5C1D'

red 203 ◦ green 92 ◦ blue 29

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

Shades of Chocolate #CB5C1D

Tints of Chocolate #CB5C1D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 62.65%
G = 28.4%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB5C1D (or 0xCB5C1D) is known color: Chocolate. HEX triplet: CB, 5C and 1D. RGB value is (203,92,29). Sum of RGB (Red+Green+Blue) = 203+92+29=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C1D is #34A3E2. Grayscale: #767676. Windows color (decimal): -3449827 or 1924299. OLE color: 1924299.

HSL color Cylindrical-coordinate representation of color #CB5C1D: hue angle of 21.72º degrees, saturation: 0.75, 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 #CB5C1D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 92 29 -
CMYK 0 0.55 0.86 0.20
HSL 21.72º 0.75% 0.45% -
HSV(B) 21.72º 0.86% 0.8% -
XYZ 28.68 20.44 3.6 -
YUV 118.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 203 92 29 0 0.55 0.86 0.20 21.72 0.75 0.45
Hex CB 5C 1D 0 37 56 14 16 4B 2D
Octal 313 134 35 0 67 126 24 26 113 55
Binary 11001011 1011100 11101 0 110111 1010110 10100 10110 1001011 101101

Color Harmonies of #CB5C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5C1D

Black with #CB5C1D

Text Example


Text Example

White with #CB5C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5C1D; }

 p { color: rgb(203,92,29); }

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

background-color css

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

 a { background-color: rgb(203,92,29); }

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

border-color css

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

 span { border-color: rgb(203,92,29); }

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