#352B21

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

Shades of Cocoa Brown #352B21

Tints of Cocoa Brown #352B21

Color information

#352B21 (or 0x352B21) is unknown color: approx Cocoa Brown. HEX triplet: 35, 2B and 21. RGB value is (53,43,33). Sum of RGB (Red+Green+Blue) = 53+43+33=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B21 is #CAD4DE. Grayscale: #2C2C2C. Windows color (decimal): -13292767 or 2173749. OLE color: 2173749.

HSL color Cylindrical-coordinate representation of color #352B21: hue angle of 30º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352B21 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB534333-
CMYK00.190.380.79
HSL30º23.26%16.86%-
HSV(B)30º37.74%20.78%-
XYZ2.612.591.8-
YUV44.85121.31133.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 43 (17.19% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=41.09%
G=33.33%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53433300.190.380.793023.2616.86
Hex352B21013264F1e1711
Octal65534102346117362721
Binary1101011010111000010100111001101001111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352B21; }

 p { color: rgb(53,43,33); }

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

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

 a { background-color: rgb(53,43,33); }

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

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

 span { border-color: rgb(53,43,33); }

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