Shades of Cocoa Brown #321F10
Tints of Cocoa Brown #321F10
RGB
CMYK
RGB Variations
Color information
#321F10 (or 0x321F10) is known color: Cocoa Brown. HEX triplet: 32, 1F and 10. RGB value is (50,31,16). Sum of RGB (Red+Green+Blue) = 50+31+16=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F10 is #CDE0EF. Grayscale: #232323. Windows color (decimal): -13492464 or 1056562. OLE color: 1056562.
HSL color Cylindrical-coordinate representation of color #321F10: hue angle of 26.47º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321F10 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 16 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.80 |
| HSL | 26.47º | 0.52% | 0.13% | - |
| HSV(B) | 26.47º | 0.68% | 0.2% | - |
| XYZ | 1.9 | 1.7 | 0.72 | - |
| YUV | 34.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 16 | 0 | 0.38 | 0.68 | 0.80 | 26.47 | 0.52 | 0.13 |
| Hex | 32 | 1F | 10 | 0 | 26 | 44 | 50 | 1A | 34 | D |
| Octal | 62 | 37 | 20 | 0 | 46 | 104 | 120 | 32 | 64 | 15 |
| Binary | 110010 | 11111 | 10000 | 0 | 100110 | 1000100 | 1010000 | 11010 | 110100 | 1101 |
Color Harmonies of #321F10
Complementary color
Monochromatic Colors of #321F10
Black with #321F10
Text Example
Text Example
White with #321F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F10; }
p { color: rgb(50,31,16); }
H1.HeaderClassName
{
color: #321F10;
}
.AnyTagClassName
{
color: #321F10;
}
</style>
background-color css
<style>
a { background-color: #321F10; }
a { background-color: rgb(50,31,16); }
div.DivClassName
{
background-color: #321F10;
}
.BgClassName
{
background-color: #321F10;
}
</style>
border-color css
<style>
span { border-color: #321F10; }
span { border-color: rgb(50,31,16); }
td.TdClassName
{
border-color: #321F10;
}
.TagClassName
{
border-color: #321F10;
}
</style>