#352001

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

Shades of Cocoa Brown #352001

Tints of Cocoa Brown #352001

Color information

#352001 (or 0x352001) is unknown color: approx Cocoa Brown. HEX triplet: 35, 20 and 01. RGB value is (53,32,1). Sum of RGB (Red+Green+Blue) = 53+32+1=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #352001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352001 is #CADFFE. Grayscale: #222222. Windows color (decimal): -13295615 or 73781. OLE color: 73781.

HSL color Cylindrical-coordinate representation of color #352001: hue angle of 35.77º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #352001 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB53321-
CMYK00.400.980.79
HSL35.77º96.3%10.59%-
HSV(B)35.77º98.11%20.78%-
XYZ1.991.790.27-
YUV34.74108.96141.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=61.63%
G=37.21%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332100.400.980.7935.7796.310.59
Hex35201028624F2460b
Octal654010501421174414013
Binary110101100000101010001100010100111110010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352001; }

 p { color: rgb(53,32,1); }

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

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

 a { background-color: rgb(53,32,1); }

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

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

 span { border-color: rgb(53,32,1); }

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