#322008

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

Shades of Cocoa Brown #322008

Tints of Cocoa Brown #322008

Color information

#322008 (or 0x322008) is unknown color: approx Cocoa Brown. HEX triplet: 32, 20 and 08. RGB value is (50,32,8). Sum of RGB (Red+Green+Blue) = 50+32+8=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #322008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322008 is #CDDFF7. Grayscale: #222222. Windows color (decimal): -13492216 or 532530. OLE color: 532530.

HSL color Cylindrical-coordinate representation of color #322008: hue angle of 34.29º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #322008 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB50328-
CMYK00.360.840.80
HSL34.29º72.41%11.37%-
HSV(B)34.29º84%19.61%-
XYZ1.881.730.46-
YUV34.65112.96138.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=55.56%
G=35.56%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5032800.360.840.8034.2972.4111.37
Hex3220802454502248b
Octal6240100441241204211013
Binary110010100000100001001001010100101000010001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322008; }

 p { color: rgb(50,32,8); }

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

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

 a { background-color: rgb(50,32,8); }

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

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

 span { border-color: rgb(50,32,8); }

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