#352102

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

Shades of Cocoa Brown #352102

Tints of Cocoa Brown #352102

Color information

#352102 (or 0x352102) is unknown color: approx Cocoa Brown. HEX triplet: 35, 21 and 02. RGB value is (53,33,2). Sum of RGB (Red+Green+Blue) = 53+33+2=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #352102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352102 is #CADEFD. Grayscale: #232323. Windows color (decimal): -13295358 or 139573. OLE color: 139573.

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

Color convert

RGB53332-
CMYK00.380.960.79
HSL36.47º92.73%10.78%-
HSV(B)36.47º96.23%20.78%-
XYZ2.021.850.31-
YUV35.45109.13140.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=60.23%
G=37.5%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5333200.380.960.7936.4792.7310.78
Hex35212026604F245db
Octal654120461401174413513
Binary1101011000011001001101100000100111110010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352102; }

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

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

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

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

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

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

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

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