#322111

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

Shades of Cocoa Brown #322111

Tints of Cocoa Brown #322111

Color information

#322111 (or 0x322111) is unknown color: approx Cocoa Brown. HEX triplet: 32, 21 and 11. RGB value is (50,33,17). Sum of RGB (Red+Green+Blue) = 50+33+17=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #322111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322111 is #CDDEEE. Grayscale: #242424. Windows color (decimal): -13491951 or 1122610. OLE color: 1122610.

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

Color convert

RGB503317-
CMYK00.340.660.80
HSL29.09º49.25%13.14%-
HSV(B)29.09º66%19.61%-
XYZ1.961.810.78-
YUV36.26117.13137.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 17 (7.03% from 255) = 17%
R=50%
G=33%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50331700.340.660.8029.0949.2513.14
Hex32211102242501d31d
Octal624121042102120356115
Binary11001010000110001010001010000101010000111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322111; }

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

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

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

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

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

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

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

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