#352921

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

Shades of Cocoa Brown #352921

Tints of Cocoa Brown #352921

Color information

#352921 (or 0x352921) is unknown color: approx Cocoa Brown. HEX triplet: 35, 29 and 21. RGB value is (53,41,33). Sum of RGB (Red+Green+Blue) = 53+41+33=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352921 is #CAD6DE. Grayscale: #2B2B2B. Windows color (decimal): -13293279 or 2173237. OLE color: 2173237.

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

Color convert

RGB534133-
CMYK00.230.380.79
HSL24º23.26%16.86%-
HSV(B)24º37.74%20.78%-
XYZ2.542.451.78-
YUV43.68121.98134.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=41.73%
G=32.28%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53413300.230.380.792423.2616.86
Hex352921017264F181711
Octal65514102746117302721
Binary1101011010011000010101111001101001111110001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352921; }

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

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

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

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

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

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

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

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