Html Css Color HEX #CB5F17 Chocolate

📋 copy color: '#CB5F17'

red 203 ◦ green 95 ◦ blue 23

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

Shades of Chocolate #CB5F17

Tints of Chocolate #CB5F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

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

R = 63.24%
G = 29.6%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB5F17 (or 0xCB5F17) is known color: Chocolate. HEX triplet: CB, 5F and 17. RGB value is (203,95,23). Sum of RGB (Red+Green+Blue) = 203+95+23=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5F17 is #34A0E8. Grayscale: #777777. Windows color (decimal): -3449065 or 1531851. OLE color: 1531851.

HSL color Cylindrical-coordinate representation of color #CB5F17: hue angle of 24º 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 #CB5F17 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 95 23 -
CMYK 0 0.53 0.89 0.20
HSL 24º 0.8% 0.44% -
HSV(B) 24º 0.89% 0.8% -
XYZ 28.88 20.94 3.33 -
YUV 119.08 73.78 187.85 -
System Red Green Blue C M Y K H S L
Decimal 203 95 23 0 0.53 0.89 0.20 24 0.8 0.44
Hex CB 5F 17 0 35 59 14 18 50 2C
Octal 313 137 27 0 65 131 24 30 120 54
Binary 11001011 1011111 10111 0 110101 1011001 10100 11000 1010000 101100

Color Harmonies of #CB5F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5F17

Black with #CB5F17

Text Example


Text Example

White with #CB5F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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