#352616

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

Shades of Cocoa Brown #352616

Tints of Cocoa Brown #352616

Color information

#352616 (or 0x352616) is unknown color: approx Cocoa Brown. HEX triplet: 35, 26 and 16. RGB value is (53,38,22). Sum of RGB (Red+Green+Blue) = 53+38+22=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352616 is #CAD9E9. Grayscale: #282828. Windows color (decimal): -13294058 or 1451573. OLE color: 1451573.

HSL color Cylindrical-coordinate representation of color #352616: hue angle of 30.97º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352616 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB533822-
CMYK00.280.580.79
HSL30.97º41.33%14.71%-
HSV(B)30.97º58.49%20.78%-
XYZ2.312.21.06-
YUV40.66117.47136.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=46.90%
G=33.63%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53382200.280.580.7930.9741.3314.71
Hex35261601C3A4F1f29f
Octal65462603472117375117
Binary110101100110101100111001110101001111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352616; }

 p { color: rgb(53,38,22); }

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

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

 a { background-color: rgb(53,38,22); }

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

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

 span { border-color: rgb(53,38,22); }

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