#352302

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

Shades of Cocoa Brown #352302

Tints of Cocoa Brown #352302

Color information

#352302 (or 0x352302) is unknown color: approx Cocoa Brown. HEX triplet: 35, 23 and 02. RGB value is (53,35,2). Sum of RGB (Red+Green+Blue) = 53+35+2=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #352302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352302 is #CADCFD. Grayscale: #242424. Windows color (decimal): -13294846 or 140085. OLE color: 140085.

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

Color convert

RGB53352-
CMYK00.340.960.79
HSL38.82º92.73%10.78%-
HSV(B)38.82º96.23%20.78%-
XYZ2.081.960.33-
YUV36.62108.46139.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=58.89%
G=38.89%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5335200.340.960.7938.8292.7310.78
Hex35232022604F275db
Octal654320421401174713513
Binary1101011000111001000101100000100111110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352302; }

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

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

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

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

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

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

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

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