Shades of Cocoa Brown #1F1507
Tints of Cocoa Brown #1F1507
RGB
CMYK
RGB Variations
Color information
#1F1507 (or 0x1F1507) is known color: Cocoa Brown. HEX triplet: 1F, 15 and 07. RGB value is (31,21,7). Sum of RGB (Red+Green+Blue) = 31+21+7=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1507 is #E0EAF8. Grayscale: #161616. Windows color (decimal): -14740217 or 464159. OLE color: 464159.
HSL color Cylindrical-coordinate representation of color #1F1507: hue angle of 35º 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 #1F1507 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 7 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.88 |
| HSL | 35º | 0.63% | 0.07% | - |
| HSV(B) | 35º | 0.77% | 0.12% | - |
| XYZ | 0.87 | 0.84 | 0.32 | - |
| YUV | 22.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 7 | 0 | 0.32 | 0.77 | 0.88 | 35 | 0.63 | 0.07 |
| Hex | 1F | 15 | 7 | 0 | 20 | 4D | 58 | 23 | 3F | 7 |
| Octal | 37 | 25 | 7 | 0 | 40 | 115 | 130 | 43 | 77 | 7 |
| Binary | 11111 | 10101 | 111 | 0 | 100000 | 1001101 | 1011000 | 100011 | 111111 | 111 |
Color Harmonies of #1F1507
Complementary color
Monochromatic Colors of #1F1507
Black with #1F1507
Text Example
Text Example
White with #1F1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1507; }
p { color: rgb(31,21,7); }
H1.HeaderClassName
{
color: #1F1507;
}
.AnyTagClassName
{
color: #1F1507;
}
</style>
background-color css
<style>
a { background-color: #1F1507; }
a { background-color: rgb(31,21,7); }
div.DivClassName
{
background-color: #1F1507;
}
.BgClassName
{
background-color: #1F1507;
}
</style>
border-color css
<style>
span { border-color: #1F1507; }
span { border-color: rgb(31,21,7); }
td.TdClassName
{
border-color: #1F1507;
}
.TagClassName
{
border-color: #1F1507;
}
</style>