Shades of Cocoa Brown #1F1307
Tints of Cocoa Brown #1F1307
RGB
CMYK
RGB Variations
Color information
#1F1307 (or 0x1F1307) is known color: Cocoa Brown. HEX triplet: 1F, 13 and 07. RGB value is (31,19,7). Sum of RGB (Red+Green+Blue) = 31+19+7=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1307 is #E0ECF8. Grayscale: #151515. Windows color (decimal): -14740729 or 463647. OLE color: 463647.
HSL color Cylindrical-coordinate representation of color #1F1307: hue angle of 30º 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 #1F1307 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 7 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.88 |
| HSL | 30º | 0.63% | 0.07% | - |
| HSV(B) | 30º | 0.77% | 0.12% | - |
| XYZ | 0.84 | 0.77 | 0.31 | - |
| YUV | 21.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 7 | 0 | 0.39 | 0.77 | 0.88 | 30 | 0.63 | 0.07 |
| Hex | 1F | 13 | 7 | 0 | 27 | 4D | 58 | 1E | 3F | 7 |
| Octal | 37 | 23 | 7 | 0 | 47 | 115 | 130 | 36 | 77 | 7 |
| Binary | 11111 | 10011 | 111 | 0 | 100111 | 1001101 | 1011000 | 11110 | 111111 | 111 |
Color Harmonies of #1F1307
Complementary color
Monochromatic Colors of #1F1307
Black with #1F1307
Text Example
Text Example
White with #1F1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1307; }
p { color: rgb(31,19,7); }
H1.HeaderClassName
{
color: #1F1307;
}
.AnyTagClassName
{
color: #1F1307;
}
</style>
background-color css
<style>
a { background-color: #1F1307; }
a { background-color: rgb(31,19,7); }
div.DivClassName
{
background-color: #1F1307;
}
.BgClassName
{
background-color: #1F1307;
}
</style>
border-color css
<style>
span { border-color: #1F1307; }
span { border-color: rgb(31,19,7); }
td.TdClassName
{
border-color: #1F1307;
}
.TagClassName
{
border-color: #1F1307;
}
</style>