Shades of Cocoa Brown #281304
Tints of Cocoa Brown #281304
RGB
CMYK
RGB Variations
Color information
#281304 (or 0x281304) is known color: Cocoa Brown. HEX triplet: 28, 13 and 04. RGB value is (40,19,4). Sum of RGB (Red+Green+Blue) = 40+19+4=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #281304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281304 is #D7ECFB. Grayscale: #171717. Windows color (decimal): -14150908 or 267048. OLE color: 267048.
HSL color Cylindrical-coordinate representation of color #281304: hue angle of 25º 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 #281304 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 19 | 4 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.84 |
| HSL | 25º | 0.82% | 0.09% | - |
| HSV(B) | 25º | 0.9% | 0.16% | - |
| XYZ | 1.13 | 0.93 | 0.23 | - |
| YUV | 23.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 4 | 0 | 0.52 | 0.90 | 0.84 | 25 | 0.82 | 0.09 |
| Hex | 28 | 13 | 4 | 0 | 34 | 5A | 54 | 19 | 52 | 9 |
| Octal | 50 | 23 | 4 | 0 | 64 | 132 | 124 | 31 | 122 | 11 |
| Binary | 101000 | 10011 | 100 | 0 | 110100 | 1011010 | 1010100 | 11001 | 1010010 | 1001 |
Color Harmonies of #281304
Complementary color
Monochromatic Colors of #281304
Black with #281304
Text Example
Text Example
White with #281304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281304; }
p { color: rgb(40,19,4); }
H1.HeaderClassName
{
color: #281304;
}
.AnyTagClassName
{
color: #281304;
}
</style>
background-color css
<style>
a { background-color: #281304; }
a { background-color: rgb(40,19,4); }
div.DivClassName
{
background-color: #281304;
}
.BgClassName
{
background-color: #281304;
}
</style>
border-color css
<style>
span { border-color: #281304; }
span { border-color: rgb(40,19,4); }
td.TdClassName
{
border-color: #281304;
}
.TagClassName
{
border-color: #281304;
}
</style>