#352417

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

Shades of Cocoa Brown #352417

Tints of Cocoa Brown #352417

Color information

#352417 (or 0x352417) is unknown color: approx Cocoa Brown. HEX triplet: 35, 24 and 17. RGB value is (53,36,23). Sum of RGB (Red+Green+Blue) = 53+36+23=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352417 is #CADBE8. Grayscale: #272727. Windows color (decimal): -13294569 or 1516597. OLE color: 1516597.

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

Color convert

RGB533623-
CMYK00.320.570.79
HSL26º39.47%14.9%-
HSV(B)26º56.6%20.78%-
XYZ2.252.081.09-
YUV39.6118.63137.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=47.32%
G=32.14%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53362300.320.570.792639.4714.9
Hex352417020394F1a27f
Octal65442704071117324717
Binary1101011001001011101000001110011001111110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352417; }

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

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

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

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

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

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

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

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