Shades of Cocoa Brown #322007
Tints of Cocoa Brown #322007
RGB
CMYK
RGB Variations
Color information
#322007 (or 0x322007) is known color: Cocoa Brown. HEX triplet: 32, 20 and 07. RGB value is (50,32,7). Sum of RGB (Red+Green+Blue) = 50+32+7=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #322007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322007 is #CDDFF8. Grayscale: #222222. Windows color (decimal): -13492217 or 466994. OLE color: 466994.
HSL color Cylindrical-coordinate representation of color #322007: hue angle of 34.88º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #322007 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 7 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.80 |
| HSL | 34.88º | 0.75% | 0.11% | - |
| HSV(B) | 34.88º | 0.86% | 0.2% | - |
| XYZ | 1.87 | 1.73 | 0.44 | - |
| YUV | 34.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 7 | 0 | 0.36 | 0.86 | 0.80 | 34.88 | 0.75 | 0.11 |
| Hex | 32 | 20 | 7 | 0 | 24 | 56 | 50 | 23 | 4B | B |
| Octal | 62 | 40 | 7 | 0 | 44 | 126 | 120 | 43 | 113 | 13 |
| Binary | 110010 | 100000 | 111 | 0 | 100100 | 1010110 | 1010000 | 100011 | 1001011 | 1011 |
Color Harmonies of #322007
Complementary color
Monochromatic Colors of #322007
Black with #322007
Text Example
Text Example
White with #322007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322007; }
p { color: rgb(50,32,7); }
H1.HeaderClassName
{
color: #322007;
}
.AnyTagClassName
{
color: #322007;
}
</style>
background-color css
<style>
a { background-color: #322007; }
a { background-color: rgb(50,32,7); }
div.DivClassName
{
background-color: #322007;
}
.BgClassName
{
background-color: #322007;
}
</style>
border-color css
<style>
span { border-color: #322007; }
span { border-color: rgb(50,32,7); }
td.TdClassName
{
border-color: #322007;
}
.TagClassName
{
border-color: #322007;
}
</style>