Shades of Cocoa Brown #1F1403
Tints of Cocoa Brown #1F1403
RGB
CMYK
RGB Variations
Color information
#1F1403 (or 0x1F1403) is known color: Cocoa Brown. HEX triplet: 1F, 14 and 03. RGB value is (31,20,3). Sum of RGB (Red+Green+Blue) = 31+20+3=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1403 is #E0EBFC. Grayscale: #151515. Windows color (decimal): -14740477 or 201759. OLE color: 201759.
HSL color Cylindrical-coordinate representation of color #1F1403: hue angle of 36.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F1403 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 3 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.88 |
| HSL | 36.43º | 0.82% | 0.07% | - |
| HSV(B) | 36.43º | 0.9% | 0.12% | - |
| XYZ | 0.83 | 0.8 | 0.2 | - |
| YUV | 21.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 3 | 0 | 0.35 | 0.90 | 0.88 | 36.43 | 0.82 | 0.07 |
| Hex | 1F | 14 | 3 | 0 | 23 | 5A | 58 | 24 | 52 | 7 |
| Octal | 37 | 24 | 3 | 0 | 43 | 132 | 130 | 44 | 122 | 7 |
| Binary | 11111 | 10100 | 11 | 0 | 100011 | 1011010 | 1011000 | 100100 | 1010010 | 111 |
Color Harmonies of #1F1403
Complementary color
Monochromatic Colors of #1F1403
Black with #1F1403
Text Example
Text Example
White with #1F1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1403; }
p { color: rgb(31,20,3); }
H1.HeaderClassName
{
color: #1F1403;
}
.AnyTagClassName
{
color: #1F1403;
}
</style>
background-color css
<style>
a { background-color: #1F1403; }
a { background-color: rgb(31,20,3); }
div.DivClassName
{
background-color: #1F1403;
}
.BgClassName
{
background-color: #1F1403;
}
</style>
border-color css
<style>
span { border-color: #1F1403; }
span { border-color: rgb(31,20,3); }
td.TdClassName
{
border-color: #1F1403;
}
.TagClassName
{
border-color: #1F1403;
}
</style>