#352201

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

Shades of Cocoa Brown #352201

Tints of Cocoa Brown #352201

Color information

#352201 (or 0x352201) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 01. RGB value is (53,34,1). Sum of RGB (Red+Green+Blue) = 53+34+1=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #352201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352201 is #CADDFE. Grayscale: #242424. Windows color (decimal): -13295103 or 74293. OLE color: 74293.

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

Color convert

RGB53341-
CMYK00.360.980.79
HSL38.08º96.3%10.59%-
HSV(B)38.08º98.11%20.78%-
XYZ2.051.90.29-
YUV35.92108.29140.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=60.23%
G=38.64%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334100.360.980.7938.0896.310.59
Hex35221024624F2660b
Octal654210441421174614013
Binary110101100010101001001100010100111110011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352201; }

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

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

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

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

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

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

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

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