Shades of Cocoa Brown #281406
Tints of Cocoa Brown #281406
RGB
CMYK
RGB Variations
Color information
#281406 (or 0x281406) is known color: Cocoa Brown. HEX triplet: 28, 14 and 06. RGB value is (40,20,6). Sum of RGB (Red+Green+Blue) = 40+20+6=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #281406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281406 is #D7EBF9. Grayscale: #181818. Windows color (decimal): -14150650 or 398376. OLE color: 398376.
HSL color Cylindrical-coordinate representation of color #281406: hue angle of 24.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281406 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 20 | 6 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.84 |
| HSL | 24.71º | 0.74% | 0.09% | - |
| HSV(B) | 24.71º | 0.85% | 0.16% | - |
| XYZ | 1.16 | 0.96 | 0.3 | - |
| YUV | 24.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 6 | 0 | 0.5 | 0.85 | 0.84 | 24.71 | 0.74 | 0.09 |
| Hex | 28 | 14 | 6 | 0 | 32 | 55 | 54 | 19 | 4A | 9 |
| Octal | 50 | 24 | 6 | 0 | 62 | 125 | 124 | 31 | 112 | 11 |
| Binary | 101000 | 10100 | 110 | 0 | 110010 | 1010101 | 1010100 | 11001 | 1001010 | 1001 |
Color Harmonies of #281406
Complementary color
Monochromatic Colors of #281406
Black with #281406
Text Example
Text Example
White with #281406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281406; }
p { color: rgb(40,20,6); }
H1.HeaderClassName
{
color: #281406;
}
.AnyTagClassName
{
color: #281406;
}
</style>
background-color css
<style>
a { background-color: #281406; }
a { background-color: rgb(40,20,6); }
div.DivClassName
{
background-color: #281406;
}
.BgClassName
{
background-color: #281406;
}
</style>
border-color css
<style>
span { border-color: #281406; }
span { border-color: rgb(40,20,6); }
td.TdClassName
{
border-color: #281406;
}
.TagClassName
{
border-color: #281406;
}
</style>