Shades of Cocoa Brown #281500
Tints of Cocoa Brown #281500
RGB
CMYK
RGB Variations
Color information
#281500 (or 0x281500) is known color: Cocoa Brown. HEX triplet: 28, 15 and 00. RGB value is (40,21,0). Sum of RGB (Red+Green+Blue) = 40+21+0=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #281500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281500 is #D7EAFF. Grayscale: #181818. Windows color (decimal): -14150400 or 5416. OLE color: 5416.
HSL color Cylindrical-coordinate representation of color #281500: hue angle of 31.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #281500 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.84 |
| HSL | 31.5º | 1% | 0.08% | - |
| HSV(B) | 31.5º | 1% | 0.16% | - |
| XYZ | 1.14 | 0.99 | 0.13 | - |
| YUV | 24.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 0 | 0 | 0.48 | 1 | 0.84 | 31.5 | 1 | 0.08 |
| Hex | 28 | 15 | 0 | 0 | 30 | 64 | 54 | 1F | 64 | 8 |
| Octal | 50 | 25 | 0 | 0 | 60 | 144 | 124 | 37 | 144 | 10 |
| Binary | 101000 | 10101 | 0 | 0 | 110000 | 1100100 | 1010100 | 11111 | 1100100 | 1000 |
Color Harmonies of #281500
Complementary color
Monochromatic Colors of #281500
Black with #281500
Text Example
Text Example
White with #281500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281500; }
p { color: rgb(40,21,0); }
H1.HeaderClassName
{
color: #281500;
}
.AnyTagClassName
{
color: #281500;
}
</style>
background-color css
<style>
a { background-color: #281500; }
a { background-color: rgb(40,21,0); }
div.DivClassName
{
background-color: #281500;
}
.BgClassName
{
background-color: #281500;
}
</style>
border-color css
<style>
span { border-color: #281500; }
span { border-color: rgb(40,21,0); }
td.TdClassName
{
border-color: #281500;
}
.TagClassName
{
border-color: #281500;
}
</style>