Shades of Cocoa Brown #281F14
Tints of Cocoa Brown #281F14
RGB
CMYK
RGB Variations
Color information
#281F14 (or 0x281F14) is known color: Cocoa Brown. HEX triplet: 28, 1F and 14. RGB value is (40,31,20). Sum of RGB (Red+Green+Blue) = 40+31+20=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F14 is #D7E0EB. Grayscale: #202020. Windows color (decimal): -14147820 or 1318696. OLE color: 1318696.
HSL color Cylindrical-coordinate representation of color #281F14: hue angle of 33º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #281F14 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 31 | 20 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.84 |
| HSL | 33º | 0.33% | 0.12% | - |
| HSV(B) | 33º | 0.5% | 0.16% | - |
| XYZ | 1.49 | 1.48 | 0.87 | - |
| YUV | 32.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 20 | 0 | 0.22 | 0.5 | 0.84 | 33 | 0.33 | 0.12 |
| Hex | 28 | 1F | 14 | 0 | 16 | 32 | 54 | 21 | 21 | C |
| Octal | 50 | 37 | 24 | 0 | 26 | 62 | 124 | 41 | 41 | 14 |
| Binary | 101000 | 11111 | 10100 | 0 | 10110 | 110010 | 1010100 | 100001 | 100001 | 1100 |
Color Harmonies of #281F14
Complementary color
Monochromatic Colors of #281F14
Black with #281F14
Text Example
Text Example
White with #281F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F14; }
p { color: rgb(40,31,20); }
H1.HeaderClassName
{
color: #281F14;
}
.AnyTagClassName
{
color: #281F14;
}
</style>
background-color css
<style>
a { background-color: #281F14; }
a { background-color: rgb(40,31,20); }
div.DivClassName
{
background-color: #281F14;
}
.BgClassName
{
background-color: #281F14;
}
</style>
border-color css
<style>
span { border-color: #281F14; }
span { border-color: rgb(40,31,20); }
td.TdClassName
{
border-color: #281F14;
}
.TagClassName
{
border-color: #281F14;
}
</style>