Shades of Cocoa Brown #321F03
Tints of Cocoa Brown #321F03
RGB
CMYK
RGB Variations
Color information
#321F03 (or 0x321F03) is known color: Cocoa Brown. HEX triplet: 32, 1F and 03. RGB value is (50,31,3). Sum of RGB (Red+Green+Blue) = 50+31+3=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F03 is #CDE0FC. Grayscale: #212121. Windows color (decimal): -13492477 or 204594. OLE color: 204594.
HSL color Cylindrical-coordinate representation of color #321F03: hue angle of 35.74º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #321F03 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 3 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.80 |
| HSL | 35.74º | 0.89% | 0.1% | - |
| HSV(B) | 35.74º | 0.94% | 0.2% | - |
| XYZ | 1.82 | 1.66 | 0.31 | - |
| YUV | 33.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 3 | 0 | 0.38 | 0.94 | 0.80 | 35.74 | 0.89 | 0.1 |
| Hex | 32 | 1F | 3 | 0 | 26 | 5E | 50 | 24 | 59 | A |
| Octal | 62 | 37 | 3 | 0 | 46 | 136 | 120 | 44 | 131 | 12 |
| Binary | 110010 | 11111 | 11 | 0 | 100110 | 1011110 | 1010000 | 100100 | 1011001 | 1010 |
Color Harmonies of #321F03
Complementary color
Monochromatic Colors of #321F03
Black with #321F03
Text Example
Text Example
White with #321F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F03; }
p { color: rgb(50,31,3); }
H1.HeaderClassName
{
color: #321F03;
}
.AnyTagClassName
{
color: #321F03;
}
</style>
background-color css
<style>
a { background-color: #321F03; }
a { background-color: rgb(50,31,3); }
div.DivClassName
{
background-color: #321F03;
}
.BgClassName
{
background-color: #321F03;
}
</style>
border-color css
<style>
span { border-color: #321F03; }
span { border-color: rgb(50,31,3); }
td.TdClassName
{
border-color: #321F03;
}
.TagClassName
{
border-color: #321F03;
}
</style>