#322002

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

Shades of Cocoa Brown #322002

Tints of Cocoa Brown #322002

Color information

#322002 (or 0x322002) is unknown color: approx Cocoa Brown. HEX triplet: 32, 20 and 02. RGB value is (50,32,2). Sum of RGB (Red+Green+Blue) = 50+32+2=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #322002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322002 is #CDDFFD. Grayscale: #222222. Windows color (decimal): -13492222 or 139314. OLE color: 139314.

HSL color Cylindrical-coordinate representation of color #322002: hue angle of 37.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #322002 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB50322-
CMYK00.360.960.80
HSL37.5º92.31%10.2%-
HSV(B)37.5º96%19.61%-
XYZ1.841.720.29-
YUV33.96109.96139.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 59.52%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=59.52%
G=38.10%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5032200.360.960.8037.592.3110.2
Hex322020246050265ca
Octal624020441401204613412
Binary1100101000001001001001100000101000010011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322002; }

 p { color: rgb(50,32,2); }

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

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

 a { background-color: rgb(50,32,2); }

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

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

 span { border-color: rgb(50,32,2); }

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