#352614

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

Shades of Cocoa Brown #352614

Tints of Cocoa Brown #352614

Color information

#352614 (or 0x352614) is unknown color: approx Cocoa Brown. HEX triplet: 35, 26 and 14. RGB value is (53,38,20). Sum of RGB (Red+Green+Blue) = 53+38+20=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352614 is #CAD9EB. Grayscale: #282828. Windows color (decimal): -13294060 or 1320501. OLE color: 1320501.

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

Color convert

RGB533820-
CMYK00.280.620.79
HSL32.73º45.21%14.31%-
HSV(B)32.73º62.26%20.78%-
XYZ2.292.190.96-
YUV40.43116.47136.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=47.75%
G=34.23%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53382000.280.620.7932.7345.2114.31
Hex35261401C3E4F212de
Octal65462403476117415516
Binary1101011001101010001110011111010011111000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352614; }

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

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

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

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

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

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

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

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