Shades of Cocoa Brown #1F1201
Tints of Cocoa Brown #1F1201
RGB
CMYK
RGB Variations
Color information
#1F1201 (or 0x1F1201) is known color: Cocoa Brown. HEX triplet: 1F, 12 and 01. RGB value is (31,18,1). Sum of RGB (Red+Green+Blue) = 31+18+1=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1201 is #E0EDFE. Grayscale: #141414. Windows color (decimal): -14740991 or 70175. OLE color: 70175.
HSL color Cylindrical-coordinate representation of color #1F1201: hue angle of 34º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F1201 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 1 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.88 |
| HSL | 34º | 0.94% | 0.06% | - |
| HSV(B) | 34º | 0.97% | 0.12% | - |
| XYZ | 0.79 | 0.73 | 0.13 | - |
| YUV | 19.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 1 | 0 | 0.42 | 0.97 | 0.88 | 34 | 0.94 | 0.06 |
| Hex | 1F | 12 | 1 | 0 | 2A | 61 | 58 | 22 | 5E | 6 |
| Octal | 37 | 22 | 1 | 0 | 52 | 141 | 130 | 42 | 136 | 6 |
| Binary | 11111 | 10010 | 1 | 0 | 101010 | 1100001 | 1011000 | 100010 | 1011110 | 110 |
Color Harmonies of #1F1201
Complementary color
Monochromatic Colors of #1F1201
Black with #1F1201
Text Example
Text Example
White with #1F1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1201; }
p { color: rgb(31,18,1); }
H1.HeaderClassName
{
color: #1F1201;
}
.AnyTagClassName
{
color: #1F1201;
}
</style>
background-color css
<style>
a { background-color: #1F1201; }
a { background-color: rgb(31,18,1); }
div.DivClassName
{
background-color: #1F1201;
}
.BgClassName
{
background-color: #1F1201;
}
</style>
border-color css
<style>
span { border-color: #1F1201; }
span { border-color: rgb(31,18,1); }
td.TdClassName
{
border-color: #1F1201;
}
.TagClassName
{
border-color: #1F1201;
}
</style>