#352519

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

Shades of Cocoa Brown #352519

Tints of Cocoa Brown #352519

Color information

#352519 (or 0x352519) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 19. RGB value is (53,37,25). Sum of RGB (Red+Green+Blue) = 53+37+25=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #352519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352519 is #CADAE6. Grayscale: #282828. Windows color (decimal): -13294311 or 1647925. OLE color: 1647925.

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

Color convert

RGB533725-
CMYK00.300.530.79
HSL25.71º35.9%15.29%-
HSV(B)25.71º52.83%20.78%-
XYZ2.312.151.21-
YUV40.42119.3136.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=46.09%
G=32.17%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53372500.300.530.7925.7135.915.29
Hex35251901E354F1a24f
Octal65453103665117324417
Binary110101100101110010111101101011001111110101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352519; }

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

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

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

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

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

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

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

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