Shades of Cocoa Brown #1F1306
Tints of Cocoa Brown #1F1306
RGB
CMYK
RGB Variations
Color information
#1F1306 (or 0x1F1306) is known color: Cocoa Brown. HEX triplet: 1F, 13 and 06. RGB value is (31,19,6). Sum of RGB (Red+Green+Blue) = 31+19+6=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1306 is #E0ECF9. Grayscale: #151515. Windows color (decimal): -14740730 or 398111. OLE color: 398111.
HSL color Cylindrical-coordinate representation of color #1F1306: hue angle of 31.2º 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 #1F1306 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 6 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.88 |
| HSL | 31.2º | 0.68% | 0.07% | - |
| HSV(B) | 31.2º | 0.81% | 0.12% | - |
| XYZ | 0.83 | 0.77 | 0.28 | - |
| YUV | 21.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 6 | 0 | 0.39 | 0.81 | 0.88 | 31.2 | 0.68 | 0.07 |
| Hex | 1F | 13 | 6 | 0 | 27 | 51 | 58 | 1F | 44 | 7 |
| Octal | 37 | 23 | 6 | 0 | 47 | 121 | 130 | 37 | 104 | 7 |
| Binary | 11111 | 10011 | 110 | 0 | 100111 | 1010001 | 1011000 | 11111 | 1000100 | 111 |
Color Harmonies of #1F1306
Complementary color
Monochromatic Colors of #1F1306
Black with #1F1306
Text Example
Text Example
White with #1F1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1306; }
p { color: rgb(31,19,6); }
H1.HeaderClassName
{
color: #1F1306;
}
.AnyTagClassName
{
color: #1F1306;
}
</style>
background-color css
<style>
a { background-color: #1F1306; }
a { background-color: rgb(31,19,6); }
div.DivClassName
{
background-color: #1F1306;
}
.BgClassName
{
background-color: #1F1306;
}
</style>
border-color css
<style>
span { border-color: #1F1306; }
span { border-color: rgb(31,19,6); }
td.TdClassName
{
border-color: #1F1306;
}
.TagClassName
{
border-color: #1F1306;
}
</style>