Shades of Cocoa Brown #321F13
Tints of Cocoa Brown #321F13
RGB
CMYK
RGB Variations
Color information
#321F13 (or 0x321F13) is known color: Cocoa Brown. HEX triplet: 32, 1F and 13. RGB value is (50,31,19). Sum of RGB (Red+Green+Blue) = 50+31+19=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #321F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F13 is #CDE0EC. Grayscale: #232323. Windows color (decimal): -13492461 or 1253170. OLE color: 1253170.
HSL color Cylindrical-coordinate representation of color #321F13: hue angle of 23.23º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321F13 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 19 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.80 |
| HSL | 23.23º | 0.45% | 0.14% | - |
| HSV(B) | 23.23º | 0.62% | 0.2% | - |
| XYZ | 1.92 | 1.71 | 0.84 | - |
| YUV | 35.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 19 | 0 | 0.38 | 0.62 | 0.80 | 23.23 | 0.45 | 0.14 |
| Hex | 32 | 1F | 13 | 0 | 26 | 3E | 50 | 17 | 2D | E |
| Octal | 62 | 37 | 23 | 0 | 46 | 76 | 120 | 27 | 55 | 16 |
| Binary | 110010 | 11111 | 10011 | 0 | 100110 | 111110 | 1010000 | 10111 | 101101 | 1110 |
Color Harmonies of #321F13
Complementary color
Monochromatic Colors of #321F13
Black with #321F13
Text Example
Text Example
White with #321F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F13; }
p { color: rgb(50,31,19); }
H1.HeaderClassName
{
color: #321F13;
}
.AnyTagClassName
{
color: #321F13;
}
</style>
background-color css
<style>
a { background-color: #321F13; }
a { background-color: rgb(50,31,19); }
div.DivClassName
{
background-color: #321F13;
}
.BgClassName
{
background-color: #321F13;
}
</style>
border-color css
<style>
span { border-color: #321F13; }
span { border-color: rgb(50,31,19); }
td.TdClassName
{
border-color: #321F13;
}
.TagClassName
{
border-color: #321F13;
}
</style>