#322003

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

Shades of Cocoa Brown #322003

Tints of Cocoa Brown #322003

Color information

#322003 (or 0x322003) is unknown color: approx Cocoa Brown. HEX triplet: 32, 20 and 03. RGB value is (50,32,3). Sum of RGB (Red+Green+Blue) = 50+32+3=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #322003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322003 is #CDDFFC. Grayscale: #222222. Windows color (decimal): -13492221 or 204850. OLE color: 204850.

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

Color convert

RGB50323-
CMYK00.360.940.80
HSL37.02º88.68%10.39%-
HSV(B)37.02º94%19.61%-
XYZ1.851.720.32-
YUV34.08110.46139.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=58.82%
G=37.65%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5032300.360.940.8037.0288.6810.39
Hex322030245E502559a
Octal624030441361204513112
Binary1100101000001101001001011110101000010010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322003; }

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

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

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

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

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

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

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

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