Shades of Cocoa Brown #1F1607
Tints of Cocoa Brown #1F1607
RGB
CMYK
RGB Variations
Color information
#1F1607 (or 0x1F1607) is known color: Cocoa Brown. HEX triplet: 1F, 16 and 07. RGB value is (31,22,7). Sum of RGB (Red+Green+Blue) = 31+22+7=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1607 is #E0E9F8. Grayscale: #171717. Windows color (decimal): -14739961 or 464415. OLE color: 464415.
HSL color Cylindrical-coordinate representation of color #1F1607: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F1607 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 7 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.88 |
| HSL | 37.5º | 0.63% | 0.07% | - |
| HSV(B) | 37.5º | 0.77% | 0.12% | - |
| XYZ | 0.89 | 0.88 | 0.32 | - |
| YUV | 22.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 7 | 0 | 0.29 | 0.77 | 0.88 | 37.5 | 0.63 | 0.07 |
| Hex | 1F | 16 | 7 | 0 | 1D | 4D | 58 | 26 | 3F | 7 |
| Octal | 37 | 26 | 7 | 0 | 35 | 115 | 130 | 46 | 77 | 7 |
| Binary | 11111 | 10110 | 111 | 0 | 11101 | 1001101 | 1011000 | 100110 | 111111 | 111 |
Color Harmonies of #1F1607
Complementary color
Monochromatic Colors of #1F1607
Black with #1F1607
Text Example
Text Example
White with #1F1607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1607; }
p { color: rgb(31,22,7); }
H1.HeaderClassName
{
color: #1F1607;
}
.AnyTagClassName
{
color: #1F1607;
}
</style>
background-color css
<style>
a { background-color: #1F1607; }
a { background-color: rgb(31,22,7); }
div.DivClassName
{
background-color: #1F1607;
}
.BgClassName
{
background-color: #1F1607;
}
</style>
border-color css
<style>
span { border-color: #1F1607; }
span { border-color: rgb(31,22,7); }
td.TdClassName
{
border-color: #1F1607;
}
.TagClassName
{
border-color: #1F1607;
}
</style>