#352718

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

Shades of Cocoa Brown #352718

Tints of Cocoa Brown #352718

Color information

#352718 (or 0x352718) is unknown color: approx Cocoa Brown. HEX triplet: 35, 27 and 18. RGB value is (53,39,24). Sum of RGB (Red+Green+Blue) = 53+39+24=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352718 is #CAD8E7. Grayscale: #292929. Windows color (decimal): -13293800 or 1582901. OLE color: 1582901.

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

Color convert

RGB533924-
CMYK00.260.550.79
HSL31.03º37.66%15.1%-
HSV(B)31.03º54.72%20.78%-
XYZ2.362.271.18-
YUV41.48118.14136.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=45.69%
G=33.62%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53392400.260.550.7931.0337.6615.1
Hex35271801A374F1f26f
Octal65473003267117374617
Binary110101100111110000110101101111001111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352718; }

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

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

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

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

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

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

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

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