#c35b16

Color #C35B16 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C35B16

Tints of Chocolate #C35B16

Color information

#C35B16 (or 0xC35B16) is unknown color: approx Chocolate. HEX triplet: C3, 5B and 16. RGB value is (195,91,22). Sum of RGB (Red+Green+Blue) = 195+91+22=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35B16 is #3CA4E9. Grayscale: #727272. Windows color (decimal): -3974378 or 1465283. OLE color: 1465283.

HSL color Cylindrical-coordinate representation of color #C35B16: hue angle of 23.93º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C35B16 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1959122-
CMYK00.530.890.24
HSL23.93º79.72%42.55%-
HSV(B)23.93º88.72%76.47%-
XYZ26.3919.143.06-
YUV114.2375.96185.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.31%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=63.31%
G=29.55%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195912200.530.890.2423.9379.7242.55
HexC35B16035591818502b
Octal30313326065131303012053
Binary110000111011011101100110101101100111000110001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35b16; }

 p { color: rgb(195,91,22); }

 H1.HeaderClassName
 {
   color: #c35b16;
 }
 .AnyTagClassName
 {
   color: #c35b16;
 }
</style>
background-color css

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

 a { background-color: rgb(195,91,22); }

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

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

 span { border-color: rgb(195,91,22); }

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