Shades of Cocoa Brown #321907
Tints of Cocoa Brown #321907
RGB
CMYK
RGB Variations
Color information
#321907 (or 0x321907) is known color: Cocoa Brown. HEX triplet: 32, 19 and 07. RGB value is (50,25,7). Sum of RGB (Red+Green+Blue) = 50+25+7=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321907 is #CDE6F8. Grayscale: #1E1E1E. Windows color (decimal): -13494009 or 465202. OLE color: 465202.
HSL color Cylindrical-coordinate representation of color #321907: hue angle of 25.12º 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 #321907 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 7 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.80 |
| HSL | 25.12º | 0.75% | 0.11% | - |
| HSV(B) | 25.12º | 0.86% | 0.2% | - |
| XYZ | 1.7 | 1.39 | 0.38 | - |
| YUV | 30.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 7 | 0 | 0.50 | 0.86 | 0.80 | 25.12 | 0.75 | 0.11 |
| Hex | 32 | 19 | 7 | 0 | 32 | 56 | 50 | 19 | 4B | B |
| Octal | 62 | 31 | 7 | 0 | 62 | 126 | 120 | 31 | 113 | 13 |
| Binary | 110010 | 11001 | 111 | 0 | 110010 | 1010110 | 1010000 | 11001 | 1001011 | 1011 |
Color Harmonies of #321907
Complementary color
Monochromatic Colors of #321907
Black with #321907
Text Example
Text Example
White with #321907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321907; }
p { color: rgb(50,25,7); }
H1.HeaderClassName
{
color: #321907;
}
.AnyTagClassName
{
color: #321907;
}
</style>
background-color css
<style>
a { background-color: #321907; }
a { background-color: rgb(50,25,7); }
div.DivClassName
{
background-color: #321907;
}
.BgClassName
{
background-color: #321907;
}
</style>
border-color css
<style>
span { border-color: #321907; }
span { border-color: rgb(50,25,7); }
td.TdClassName
{
border-color: #321907;
}
.TagClassName
{
border-color: #321907;
}
</style>