#352101

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

Shades of Cocoa Brown #352101

Tints of Cocoa Brown #352101

Color information

#352101 (or 0x352101) is unknown color: approx Cocoa Brown. HEX triplet: 35, 21 and 01. RGB value is (53,33,1). Sum of RGB (Red+Green+Blue) = 53+33+1=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #352101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352101 is #CADEFE. Grayscale: #232323. Windows color (decimal): -13295359 or 74037. OLE color: 74037.

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

Color convert

RGB53331-
CMYK00.380.980.79
HSL36.92º96.3%10.59%-
HSV(B)36.92º98.11%20.78%-
XYZ2.021.850.28-
YUV35.33108.63140.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=60.92%
G=37.93%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5333100.380.980.7936.9296.310.59
Hex35211026624F2560b
Octal654110461421174514013
Binary110101100001101001101100010100111110010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352101; }

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

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

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

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

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

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

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

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