#352202

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

Shades of Cocoa Brown #352202

Tints of Cocoa Brown #352202

Color information

#352202 (or 0x352202) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 02. RGB value is (53,34,2). Sum of RGB (Red+Green+Blue) = 53+34+2=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #352202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352202 is #CADDFD. Grayscale: #242424. Windows color (decimal): -13295102 or 139829. OLE color: 139829.

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

Color convert

RGB53342-
CMYK00.360.960.79
HSL37.65º92.73%10.78%-
HSV(B)37.65º96.23%20.78%-
XYZ2.051.910.32-
YUV36.03108.79140.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=59.55%
G=38.20%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334200.360.960.7937.6592.7310.78
Hex35222024604F265db
Octal654220441401174613513
Binary1101011000101001001001100000100111110011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352202; }

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

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

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

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

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

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

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

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