Shades of Cocoa Brown #1F1206
Tints of Cocoa Brown #1F1206
RGB
CMYK
RGB Variations
Color information
#1F1206 (or 0x1F1206) is known color: Cocoa Brown. HEX triplet: 1F, 12 and 06. RGB value is (31,18,6). Sum of RGB (Red+Green+Blue) = 31+18+6=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1206 is #E0EDF9. Grayscale: #141414. Windows color (decimal): -14740986 or 397855. OLE color: 397855.
HSL color Cylindrical-coordinate representation of color #1F1206: hue angle of 28.8º 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 #1F1206 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 6 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.88 |
| HSL | 28.8º | 0.68% | 0.07% | - |
| HSV(B) | 28.8º | 0.81% | 0.12% | - |
| XYZ | 0.81 | 0.74 | 0.27 | - |
| YUV | 20.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 6 | 0 | 0.42 | 0.81 | 0.88 | 28.8 | 0.68 | 0.07 |
| Hex | 1F | 12 | 6 | 0 | 2A | 51 | 58 | 1D | 44 | 7 |
| Octal | 37 | 22 | 6 | 0 | 52 | 121 | 130 | 35 | 104 | 7 |
| Binary | 11111 | 10010 | 110 | 0 | 101010 | 1010001 | 1011000 | 11101 | 1000100 | 111 |
Color Harmonies of #1F1206
Complementary color
Monochromatic Colors of #1F1206
Black with #1F1206
Text Example
Text Example
White with #1F1206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1206; }
p { color: rgb(31,18,6); }
H1.HeaderClassName
{
color: #1F1206;
}
.AnyTagClassName
{
color: #1F1206;
}
</style>
background-color css
<style>
a { background-color: #1F1206; }
a { background-color: rgb(31,18,6); }
div.DivClassName
{
background-color: #1F1206;
}
.BgClassName
{
background-color: #1F1206;
}
</style>
border-color css
<style>
span { border-color: #1F1206; }
span { border-color: rgb(31,18,6); }
td.TdClassName
{
border-color: #1F1206;
}
.TagClassName
{
border-color: #1F1206;
}
</style>