Shades of Cocoa Brown #1F1506
Tints of Cocoa Brown #1F1506
RGB
CMYK
RGB Variations
Color information
#1F1506 (or 0x1F1506) is known color: Cocoa Brown. HEX triplet: 1F, 15 and 06. RGB value is (31,21,6). Sum of RGB (Red+Green+Blue) = 31+21+6=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1506 is #E0EAF9. Grayscale: #161616. Windows color (decimal): -14740218 or 398623. OLE color: 398623.
HSL color Cylindrical-coordinate representation of color #1F1506: hue angle of 36º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F1506 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 6 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.88 |
| HSL | 36º | 0.68% | 0.07% | - |
| HSV(B) | 36º | 0.81% | 0.12% | - |
| XYZ | 0.87 | 0.84 | 0.29 | - |
| YUV | 22.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 6 | 0 | 0.32 | 0.81 | 0.88 | 36 | 0.68 | 0.07 |
| Hex | 1F | 15 | 6 | 0 | 20 | 51 | 58 | 24 | 44 | 7 |
| Octal | 37 | 25 | 6 | 0 | 40 | 121 | 130 | 44 | 104 | 7 |
| Binary | 11111 | 10101 | 110 | 0 | 100000 | 1010001 | 1011000 | 100100 | 1000100 | 111 |
Color Harmonies of #1F1506
Complementary color
Monochromatic Colors of #1F1506
Black with #1F1506
Text Example
Text Example
White with #1F1506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1506; }
p { color: rgb(31,21,6); }
H1.HeaderClassName
{
color: #1F1506;
}
.AnyTagClassName
{
color: #1F1506;
}
</style>
background-color css
<style>
a { background-color: #1F1506; }
a { background-color: rgb(31,21,6); }
div.DivClassName
{
background-color: #1F1506;
}
.BgClassName
{
background-color: #1F1506;
}
</style>
border-color css
<style>
span { border-color: #1F1506; }
span { border-color: rgb(31,21,6); }
td.TdClassName
{
border-color: #1F1506;
}
.TagClassName
{
border-color: #1F1506;
}
</style>