#322209

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

Shades of Cocoa Brown #322209

Tints of Cocoa Brown #322209

Color information

#322209 (or 0x322209) is unknown color: approx Cocoa Brown. HEX triplet: 32, 22 and 09. RGB value is (50,34,9). Sum of RGB (Red+Green+Blue) = 50+34+9=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #322209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322209 is #CDDDF6. Grayscale: #242424. Windows color (decimal): -13491703 or 598578. OLE color: 598578.

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

Color convert

RGB50349-
CMYK00.320.820.80
HSL36.59º69.49%11.57%-
HSV(B)36.59º82%19.61%-
XYZ1.941.840.51-
YUV35.93112.8138.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=53.76%
G=36.56%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5034900.320.820.8036.5969.4911.57
Hex3222902052502545c
Octal6242110401221204510514
Binary110010100010100101000001010010101000010010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322209; }

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

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

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

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

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

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

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

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