#352716

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

Shades of Cocoa Brown #352716

Tints of Cocoa Brown #352716

Color information

#352716 (or 0x352716) is unknown color: approx Cocoa Brown. HEX triplet: 35, 27 and 16. RGB value is (53,39,22). Sum of RGB (Red+Green+Blue) = 53+39+22=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #352716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352716 is #CAD8E9. Grayscale: #292929. Windows color (decimal): -13293802 or 1451829. OLE color: 1451829.

HSL color Cylindrical-coordinate representation of color #352716: hue angle of 32.9º 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 #352716 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB533922-
CMYK00.260.580.79
HSL32.9º41.33%14.71%-
HSV(B)32.9º58.49%20.78%-
XYZ2.342.271.07-
YUV41.25117.14136.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=46.49%
G=34.21%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53392200.260.580.7932.941.3314.71
Hex35271601A3A4F2129f
Octal65472603272117415117
Binary1101011001111011001101011101010011111000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352716; }

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

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

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

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

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

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

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

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