Shades of Cocoa Brown #1F1305
Tints of Cocoa Brown #1F1305
RGB
CMYK
RGB Variations
Color information
#1F1305 (or 0x1F1305) is known color: Cocoa Brown. HEX triplet: 1F, 13 and 05. RGB value is (31,19,5). Sum of RGB (Red+Green+Blue) = 31+19+5=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1305 is #E0ECFA. Grayscale: #151515. Windows color (decimal): -14740731 or 332575. OLE color: 332575.
HSL color Cylindrical-coordinate representation of color #1F1305: hue angle of 32.31º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1305 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 5 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.88 |
| HSL | 32.31º | 0.72% | 0.07% | - |
| HSV(B) | 32.31º | 0.84% | 0.12% | - |
| XYZ | 0.83 | 0.77 | 0.25 | - |
| YUV | 20.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 5 | 0 | 0.39 | 0.84 | 0.88 | 32.31 | 0.72 | 0.07 |
| Hex | 1F | 13 | 5 | 0 | 27 | 54 | 58 | 20 | 48 | 7 |
| Octal | 37 | 23 | 5 | 0 | 47 | 124 | 130 | 40 | 110 | 7 |
| Binary | 11111 | 10011 | 101 | 0 | 100111 | 1010100 | 1011000 | 100000 | 1001000 | 111 |
Color Harmonies of #1F1305
Complementary color
Monochromatic Colors of #1F1305
Black with #1F1305
Text Example
Text Example
White with #1F1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1305; }
p { color: rgb(31,19,5); }
H1.HeaderClassName
{
color: #1F1305;
}
.AnyTagClassName
{
color: #1F1305;
}
</style>
background-color css
<style>
a { background-color: #1F1305; }
a { background-color: rgb(31,19,5); }
div.DivClassName
{
background-color: #1F1305;
}
.BgClassName
{
background-color: #1F1305;
}
</style>
border-color css
<style>
span { border-color: #1F1305; }
span { border-color: rgb(31,19,5); }
td.TdClassName
{
border-color: #1F1305;
}
.TagClassName
{
border-color: #1F1305;
}
</style>