#352517

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

Shades of Cocoa Brown #352517

Tints of Cocoa Brown #352517

Color information

#352517 (or 0x352517) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 17. RGB value is (53,37,23). Sum of RGB (Red+Green+Blue) = 53+37+23=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352517 is #CADAE8. Grayscale: #282828. Windows color (decimal): -13294313 or 1516853. OLE color: 1516853.

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

Color convert

RGB533723-
CMYK00.300.570.79
HSL28º39.47%14.9%-
HSV(B)28º56.6%20.78%-
XYZ2.282.141.1-
YUV40.19118.3137.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 23 (9.38% from 255) = 20.35%
R=46.90%
G=32.74%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53372300.300.570.792839.4714.9
Hex35251701E394F1c27f
Octal65452703671117344717
Binary110101100101101110111101110011001111111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352517; }

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

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

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

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

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

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

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

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