#322A22

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

Shades of Cocoa Brown #322A22

Tints of Cocoa Brown #322A22

Color information

#322A22 (or 0x322A22) is unknown color: approx Cocoa Brown. HEX triplet: 32, 2A and 22. RGB value is (50,42,34). Sum of RGB (Red+Green+Blue) = 50+42+34=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #322A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A22 is #CDD5DD. Grayscale: #2B2B2B. Windows color (decimal): -13489630 or 2239026. OLE color: 2239026.

HSL color Cylindrical-coordinate representation of color #322A22: hue angle of 30º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322A22 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB504234-
CMYK00.160.320.80
HSL30º19.05%16.47%-
HSV(B)30º32%19.61%-
XYZ2.432.451.86-
YUV43.48122.65132.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=39.68%
G=33.33%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50423400.160.320.803019.0516.47
Hex322A2201020501e1310
Octal62524202040120362320
Binary1100101010101000100100001000001010000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322A22; }

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

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

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

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

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

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

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

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