Html Css Color HEX #CB5F16 Chocolate

📋 copy color: '#CB5F16'

red 203 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #CB5F16

Tints of Chocolate #CB5F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 63.44%
G = 29.69%
B = 6.88%

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

#CB5F16 (or 0xCB5F16) is known color: Chocolate. HEX triplet: CB, 5F and 16. RGB value is (203,95,22). Sum of RGB (Red+Green+Blue) = 203+95+22=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5F16 is #34A0E9. Grayscale: #777777. Windows color (decimal): -3449066 or 1466315. OLE color: 1466315.

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

Color convert

RGB 203 95 22 -
CMYK 0 0.53 0.89 0.20
HSL 24.2º 0.8% 0.44% -
HSV(B) 24.2º 0.89% 0.8% -
XYZ 28.87 20.94 3.28 -
YUV 118.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 203 95 22 0 0.53 0.89 0.20 24.2 0.8 0.44
Hex CB 5F 16 0 35 59 14 18 50 2C
Octal 313 137 26 0 65 131 24 30 120 54
Binary 11001011 1011111 10110 0 110101 1011001 10100 11000 1010000 101100

Color Harmonies of #CB5F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5F16

Black with #CB5F16

Text Example


Text Example

White with #CB5F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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