Shades of Cocoa Brown #281507
Tints of Cocoa Brown #281507
RGB
CMYK
RGB Variations
Color information
#281507 (or 0x281507) is known color: Cocoa Brown. HEX triplet: 28, 15 and 07. RGB value is (40,21,7). Sum of RGB (Red+Green+Blue) = 40+21+7=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #281507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281507 is #D7EAF8. Grayscale: #191919. Windows color (decimal): -14150393 or 464168. OLE color: 464168.
HSL color Cylindrical-coordinate representation of color #281507: hue angle of 25.45º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281507 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 7 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.84 |
| HSL | 25.45º | 0.7% | 0.09% | - |
| HSV(B) | 25.45º | 0.83% | 0.16% | - |
| XYZ | 1.18 | 1 | 0.33 | - |
| YUV | 25.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 7 | 0 | 0.48 | 0.83 | 0.84 | 25.45 | 0.7 | 0.09 |
| Hex | 28 | 15 | 7 | 0 | 30 | 53 | 54 | 19 | 46 | 9 |
| Octal | 50 | 25 | 7 | 0 | 60 | 123 | 124 | 31 | 106 | 11 |
| Binary | 101000 | 10101 | 111 | 0 | 110000 | 1010011 | 1010100 | 11001 | 1000110 | 1001 |
Color Harmonies of #281507
Complementary color
Monochromatic Colors of #281507
Black with #281507
Text Example
Text Example
White with #281507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281507; }
p { color: rgb(40,21,7); }
H1.HeaderClassName
{
color: #281507;
}
.AnyTagClassName
{
color: #281507;
}
</style>
background-color css
<style>
a { background-color: #281507; }
a { background-color: rgb(40,21,7); }
div.DivClassName
{
background-color: #281507;
}
.BgClassName
{
background-color: #281507;
}
</style>
border-color css
<style>
span { border-color: #281507; }
span { border-color: rgb(40,21,7); }
td.TdClassName
{
border-color: #281507;
}
.TagClassName
{
border-color: #281507;
}
</style>