#322000

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

Shades of Cocoa Brown #322000

Tints of Cocoa Brown #322000

Color information

#322000 (or 0x322000) is unknown color: approx Cocoa Brown. HEX triplet: 32, 20 and 00. RGB value is (50,32,0). Sum of RGB (Red+Green+Blue) = 50+32+0=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #322000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322000 is #CDDFFF. Grayscale: #212121. Windows color (decimal): -13492224 or 8242. OLE color: 8242.

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

Color convert

RGB50320-
CMYK00.3610.80
HSL38.4º100%9.8%-
HSV(B)38.4º100%19.61%-
XYZ1.831.710.23-
YUV33.73108.96139.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.98%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.98%
G=39.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5032000.3610.8038.41009.8
Hex3220002464502664a
Octal624000441441204614412
Binary110010100000001001001100100101000010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322000; }

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

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

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

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

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

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

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

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