#322516

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

Shades of Cocoa Brown #322516

Tints of Cocoa Brown #322516

Color information

#322516 (or 0x322516) is unknown color: approx Cocoa Brown. HEX triplet: 32, 25 and 16. RGB value is (50,37,22). Sum of RGB (Red+Green+Blue) = 50+37+22=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #322516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322516 is #CDDAE9. Grayscale: #272727. Windows color (decimal): -13490922 or 1451314. OLE color: 1451314.

HSL color Cylindrical-coordinate representation of color #322516: hue angle of 32.14º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #322516 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB503722-
CMYK00.260.560.80
HSL32.14º38.89%14.12%-
HSV(B)32.14º56%19.61%-
XYZ2.122.061.04-
YUV39.18118.31135.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=45.87%
G=33.94%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50372200.260.560.8032.1438.8914.12
Hex32251601A38502027e
Octal62452603270120404716
Binary1100101001011011001101011100010100001000001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322516; }

 p { color: rgb(50,37,22); }

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

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

 a { background-color: rgb(50,37,22); }

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

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

 span { border-color: rgb(50,37,22); }

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