Shades of Cocoa Brown #281504
Tints of Cocoa Brown #281504
RGB
CMYK
RGB Variations
Color information
#281504 (or 0x281504) is known color: Cocoa Brown. HEX triplet: 28, 15 and 04. RGB value is (40,21,4). Sum of RGB (Red+Green+Blue) = 40+21+4=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #281504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281504 is #D7EAFB. Grayscale: #181818. Windows color (decimal): -14150396 or 267560. OLE color: 267560.
HSL color Cylindrical-coordinate representation of color #281504: hue angle of 28.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #281504 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 4 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.84 |
| HSL | 28.33º | 0.82% | 0.09% | - |
| HSV(B) | 28.33º | 0.9% | 0.16% | - |
| XYZ | 1.17 | 1 | 0.25 | - |
| YUV | 24.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 4 | 0 | 0.48 | 0.90 | 0.84 | 28.33 | 0.82 | 0.09 |
| Hex | 28 | 15 | 4 | 0 | 30 | 5A | 54 | 1C | 52 | 9 |
| Octal | 50 | 25 | 4 | 0 | 60 | 132 | 124 | 34 | 122 | 11 |
| Binary | 101000 | 10101 | 100 | 0 | 110000 | 1011010 | 1010100 | 11100 | 1010010 | 1001 |
Color Harmonies of #281504
Complementary color
Monochromatic Colors of #281504
Black with #281504
Text Example
Text Example
White with #281504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281504; }
p { color: rgb(40,21,4); }
H1.HeaderClassName
{
color: #281504;
}
.AnyTagClassName
{
color: #281504;
}
</style>
background-color css
<style>
a { background-color: #281504; }
a { background-color: rgb(40,21,4); }
div.DivClassName
{
background-color: #281504;
}
.BgClassName
{
background-color: #281504;
}
</style>
border-color css
<style>
span { border-color: #281504; }
span { border-color: rgb(40,21,4); }
td.TdClassName
{
border-color: #281504;
}
.TagClassName
{
border-color: #281504;
}
</style>