Html Css Color HEX #CB5B17 Chocolate

📋 copy color: '#CB5B17'

red 203 ◦ green 91 ◦ blue 23

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

Shades of Chocolate #CB5B17

Tints of Chocolate #CB5B17

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 64.04%
G = 28.71%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB5B17 (or 0xCB5B17) is known color: Chocolate. HEX triplet: CB, 5B and 17. RGB value is (203,91,23). Sum of RGB (Red+Green+Blue) = 203+91+23=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5B17 is #34A4E8. Grayscale: #757575. Windows color (decimal): -3450089 or 1530827. OLE color: 1530827.

HSL color Cylindrical-coordinate representation of color #CB5B17: hue angle of 22.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB5B17 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 91 23 -
CMYK 0 0.55 0.89 0.20
HSL 22.67º 0.8% 0.44% -
HSV(B) 22.67º 0.89% 0.8% -
XYZ 28.52 20.24 3.21 -
YUV 116.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 203 91 23 0 0.55 0.89 0.20 22.67 0.8 0.44
Hex CB 5B 17 0 37 59 14 17 50 2C
Octal 313 133 27 0 67 131 24 27 120 54
Binary 11001011 1011011 10111 0 110111 1011001 10100 10111 1010000 101100

Color Harmonies of #CB5B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B17

Black with #CB5B17

Text Example


Text Example

White with #CB5B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B17; }

 p { color: rgb(203,91,23); }

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

background-color css

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

 a { background-color: rgb(203,91,23); }

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

border-color css

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

 span { border-color: rgb(203,91,23); }

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