Shades of Cocoa Brown #1F1509
Tints of Cocoa Brown #1F1509
RGB
CMYK
RGB Variations
Color information
#1F1509 (or 0x1F1509) is known color: Cocoa Brown. HEX triplet: 1F, 15 and 09. RGB value is (31,21,9). Sum of RGB (Red+Green+Blue) = 31+21+9=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1509 is #E0EAF6. Grayscale: #161616. Windows color (decimal): -14740215 or 595231. OLE color: 595231.
HSL color Cylindrical-coordinate representation of color #1F1509: hue angle of 32.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1509 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 9 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.88 |
| HSL | 32.73º | 0.55% | 0.08% | - |
| HSV(B) | 32.73º | 0.71% | 0.12% | - |
| XYZ | 0.88 | 0.85 | 0.38 | - |
| YUV | 22.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 9 | 0 | 0.32 | 0.71 | 0.88 | 32.73 | 0.55 | 0.08 |
| Hex | 1F | 15 | 9 | 0 | 20 | 47 | 58 | 21 | 37 | 8 |
| Octal | 37 | 25 | 11 | 0 | 40 | 107 | 130 | 41 | 67 | 10 |
| Binary | 11111 | 10101 | 1001 | 0 | 100000 | 1000111 | 1011000 | 100001 | 110111 | 1000 |
Color Harmonies of #1F1509
Complementary color
Monochromatic Colors of #1F1509
Black with #1F1509
Text Example
Text Example
White with #1F1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1509; }
p { color: rgb(31,21,9); }
H1.HeaderClassName
{
color: #1F1509;
}
.AnyTagClassName
{
color: #1F1509;
}
</style>
background-color css
<style>
a { background-color: #1F1509; }
a { background-color: rgb(31,21,9); }
div.DivClassName
{
background-color: #1F1509;
}
.BgClassName
{
background-color: #1F1509;
}
</style>
border-color css
<style>
span { border-color: #1F1509; }
span { border-color: rgb(31,21,9); }
td.TdClassName
{
border-color: #1F1509;
}
.TagClassName
{
border-color: #1F1509;
}
</style>