Shades of Cocoa Brown #322008
Tints of Cocoa Brown #322008
RGB
CMYK
RGB Variations
Color information
#322008 (or 0x322008) is known color: 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
| RGB | 50 | 32 | 8 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.80 |
| HSL | 34.29º | 0.72% | 0.11% | - |
| HSV(B) | 34.29º | 0.84% | 0.2% | - |
| XYZ | 1.88 | 1.73 | 0.46 | - |
| YUV | 34.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 8 | 0 | 0.36 | 0.84 | 0.80 | 34.29 | 0.72 | 0.11 |
| Hex | 32 | 20 | 8 | 0 | 24 | 54 | 50 | 22 | 48 | B |
| Octal | 62 | 40 | 10 | 0 | 44 | 124 | 120 | 42 | 110 | 13 |
| Binary | 110010 | 100000 | 1000 | 0 | 100100 | 1010100 | 1010000 | 100010 | 1001000 | 1011 |
Color Harmonies of #322008
Complementary color
Monochromatic Colors of #322008
Black with #322008
Text Example
Text Example
White with #322008
Text Example
Text Example
HTML Codes & Css Web 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>