#352516

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

Shades of Cocoa Brown #352516

Tints of Cocoa Brown #352516

Color information

#352516 (or 0x352516) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 16. RGB value is (53,37,22). Sum of RGB (Red+Green+Blue) = 53+37+22=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352516 is #CADAE9. Grayscale: #282828. Windows color (decimal): -13294314 or 1451317. OLE color: 1451317.

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

Color convert

RGB533722-
CMYK00.300.580.79
HSL29.03º41.33%14.71%-
HSV(B)29.03º58.49%20.78%-
XYZ2.272.141.05-
YUV40.07117.8137.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=47.32%
G=33.04%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53372200.300.580.7929.0341.3314.71
Hex35251601E3A4F1d29f
Octal65452603672117355117
Binary110101100101101100111101110101001111111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352516; }

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

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

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

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

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

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

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

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