#352515

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

Shades of Cocoa Brown #352515

Tints of Cocoa Brown #352515

Color information

#352515 (or 0x352515) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 15. RGB value is (53,37,21). Sum of RGB (Red+Green+Blue) = 53+37+21=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352515 is #CADAEA. Grayscale: #282828. Windows color (decimal): -13294315 or 1385781. OLE color: 1385781.

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

Color convert

RGB533721-
CMYK00.300.600.79
HSL30º43.24%14.51%-
HSV(B)30º60.38%20.78%-
XYZ2.272.131-
YUV39.96117.3137.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=47.75%
G=33.33%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53372100.300.600.793043.2414.51
Hex35251501E3C4F1e2bf
Octal65452503674117365317
Binary110101100101101010111101111001001111111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352515; }

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

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

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

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

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

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

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

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