#322112

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

Shades of Cocoa Brown #322112

Tints of Cocoa Brown #322112

Color information

#322112 (or 0x322112) is unknown color: approx Cocoa Brown. HEX triplet: 32, 21 and 12. RGB value is (50,33,18). Sum of RGB (Red+Green+Blue) = 50+33+18=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #322112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322112 is #CDDEED. Grayscale: #242424. Windows color (decimal): -13491950 or 1188146. OLE color: 1188146.

HSL color Cylindrical-coordinate representation of color #322112: hue angle of 28.13º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322112 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB503318-
CMYK00.340.640.80
HSL28.13º47.06%13.33%-
HSV(B)28.13º64%19.61%-
XYZ1.971.810.82-
YUV36.37117.63137.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=49.50%
G=32.67%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50331800.340.640.8028.1347.0613.33
Hex32211202240501c2fd
Octal624122042100120345715
Binary11001010000110010010001010000001010000111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322112; }

 p { color: rgb(50,33,18); }

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

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

 a { background-color: rgb(50,33,18); }

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

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

 span { border-color: rgb(50,33,18); }

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