#352717

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

Shades of Cocoa Brown #352717

Tints of Cocoa Brown #352717

Color information

#352717 (or 0x352717) is unknown color: approx Cocoa Brown. HEX triplet: 35, 27 and 17. RGB value is (53,39,23). Sum of RGB (Red+Green+Blue) = 53+39+23=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #352717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352717 is #CAD8E8. Grayscale: #292929. Windows color (decimal): -13293801 or 1517365. OLE color: 1517365.

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

Color convert

RGB533923-
CMYK00.260.570.79
HSL32º39.47%14.9%-
HSV(B)32º56.6%20.78%-
XYZ2.352.271.12-
YUV41.36117.64136.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 23 (9.38% from 255) = 20%
R=46.09%
G=33.91%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53392300.260.570.793239.4714.9
Hex35271701A394F2027f
Octal65472703271117404717
Binary1101011001111011101101011100110011111000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352717; }

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

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

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

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

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

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

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

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