Shades of Cocoa Brown #1F1608
Tints of Cocoa Brown #1F1608
RGB
CMYK
RGB Variations
Color information
#1F1608 (or 0x1F1608) is known color: Cocoa Brown. HEX triplet: 1F, 16 and 08. RGB value is (31,22,8). Sum of RGB (Red+Green+Blue) = 31+22+8=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1608 is #E0E9F7. Grayscale: #171717. Windows color (decimal): -14739960 or 529951. OLE color: 529951.
HSL color Cylindrical-coordinate representation of color #1F1608: hue angle of 36.52º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1608 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
RGB | 31 | 22 | 8 | - |
CMYK | 0 | 0.29 | 0.74 | 0.88 |
HSL | 36.52º | 0.59% | 0.08% | - |
HSV(B) | 36.52º | 0.74% | 0.12% | - |
XYZ | 0.9 | 0.88 | 0.35 | - |
YUV | 23.1 | 119.48 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 22 | 8 | 0 | 0.29 | 0.74 | 0.88 | 36.52 | 0.59 | 0.08 |
Hex | 1F | 16 | 8 | 0 | 1D | 4A | 58 | 25 | 3B | 8 |
Octal | 37 | 26 | 10 | 0 | 35 | 112 | 130 | 45 | 73 | 10 |
Binary | 11111 | 10110 | 1000 | 0 | 11101 | 1001010 | 1011000 | 100101 | 111011 | 1000 |
Color Harmonies of #1F1608
Complementary color
Monochromatic Colors of #1F1608
Black with #1F1608
Text Example
Text Example
White with #1F1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1608; }
p { color: rgb(31,22,8); }
H1.HeaderClassName
{
color: #1F1608;
}
.AnyTagClassName
{
color: #1F1608;
}
</style>
background-color css
<style>
a { background-color: #1F1608; }
a { background-color: rgb(31,22,8); }
div.DivClassName
{
background-color: #1F1608;
}
.BgClassName
{
background-color: #1F1608;
}
</style>
border-color css
<style>
span { border-color: #1F1608; }
span { border-color: rgb(31,22,8); }
td.TdClassName
{
border-color: #1F1608;
}
.TagClassName
{
border-color: #1F1608;
}
</style>