Shades of Cocoa Brown #1F1505
Tints of Cocoa Brown #1F1505
RGB
CMYK
RGB Variations
Color information
#1F1505 (or 0x1F1505) is known color: Cocoa Brown. HEX triplet: 1F, 15 and 05. RGB value is (31,21,5). Sum of RGB (Red+Green+Blue) = 31+21+5=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1505 is #E0EAFA. Grayscale: #161616. Windows color (decimal): -14740219 or 333087. OLE color: 333087.
HSL color Cylindrical-coordinate representation of color #1F1505: hue angle of 36.92º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1505 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 5 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.88 |
| HSL | 36.92º | 0.72% | 0.07% | - |
| HSV(B) | 36.92º | 0.84% | 0.12% | - |
| XYZ | 0.86 | 0.84 | 0.26 | - |
| YUV | 22.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 5 | 0 | 0.32 | 0.84 | 0.88 | 36.92 | 0.72 | 0.07 |
| Hex | 1F | 15 | 5 | 0 | 20 | 54 | 58 | 25 | 48 | 7 |
| Octal | 37 | 25 | 5 | 0 | 40 | 124 | 130 | 45 | 110 | 7 |
| Binary | 11111 | 10101 | 101 | 0 | 100000 | 1010100 | 1011000 | 100101 | 1001000 | 111 |
Color Harmonies of #1F1505
Complementary color
Monochromatic Colors of #1F1505
Black with #1F1505
Text Example
Text Example
White with #1F1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1505; }
p { color: rgb(31,21,5); }
H1.HeaderClassName
{
color: #1F1505;
}
.AnyTagClassName
{
color: #1F1505;
}
</style>
background-color css
<style>
a { background-color: #1F1505; }
a { background-color: rgb(31,21,5); }
div.DivClassName
{
background-color: #1F1505;
}
.BgClassName
{
background-color: #1F1505;
}
</style>
border-color css
<style>
span { border-color: #1F1505; }
span { border-color: rgb(31,21,5); }
td.TdClassName
{
border-color: #1F1505;
}
.TagClassName
{
border-color: #1F1505;
}
</style>