#322216

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

Shades of Cocoa Brown #322216

Tints of Cocoa Brown #322216

Color information

#322216 (or 0x322216) is unknown color: approx Cocoa Brown. HEX triplet: 32, 22 and 16. RGB value is (50,34,22). Sum of RGB (Red+Green+Blue) = 50+34+22=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322216 is #CDDDE9. Grayscale: #252525. Windows color (decimal): -13491690 or 1450546. OLE color: 1450546.

HSL color Cylindrical-coordinate representation of color #322216: hue angle of 25.71º 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 #322216 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB503422-
CMYK00.320.560.80
HSL25.71º38.89%14.12%-
HSV(B)25.71º56%19.61%-
XYZ2.031.881.01-
YUV37.42119.3136.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=47.17%
G=32.08%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50342200.320.560.8025.7138.8914.12
Hex32221602038501a27e
Octal62422604070120324716
Binary1100101000101011001000001110001010000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322216; }

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

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

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

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

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

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

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

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