#352A21

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

Shades of Cocoa Brown #352A21

Tints of Cocoa Brown #352A21

Color information

#352A21 (or 0x352A21) is unknown color: approx Cocoa Brown. HEX triplet: 35, 2A and 21. RGB value is (53,42,33). Sum of RGB (Red+Green+Blue) = 53+42+33=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A21 is #CAD5DE. Grayscale: #2C2C2C. Windows color (decimal): -13293023 or 2173493. OLE color: 2173493.

HSL color Cylindrical-coordinate representation of color #352A21: hue angle of 27º 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 #352A21 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB534233-
CMYK00.210.380.79
HSL27º23.26%16.86%-
HSV(B)27º37.74%20.78%-
XYZ2.572.521.79-
YUV44.26121.64134.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=41.41%
G=32.81%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53423300.210.380.792723.2616.86
Hex352A21015264F1b1711
Octal65524102546117332721
Binary1101011010101000010101011001101001111110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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