Shades of Cocoa Brown #281905
Tints of Cocoa Brown #281905
RGB
CMYK
RGB Variations
Color information
#281905 (or 0x281905) is known color: Cocoa Brown. HEX triplet: 28, 19 and 05. RGB value is (40,25,5). Sum of RGB (Red+Green+Blue) = 40+25+5=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #281905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281905 is #D7E6FA. Grayscale: #1B1B1B. Windows color (decimal): -14149371 or 334120. OLE color: 334120.
HSL color Cylindrical-coordinate representation of color #281905: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281905 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 5 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.84 |
| HSL | 34.29º | 0.78% | 0.09% | - |
| HSV(B) | 34.29º | 0.88% | 0.16% | - |
| XYZ | 1.25 | 1.16 | 0.3 | - |
| YUV | 27.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 5 | 0 | 0.38 | 0.88 | 0.84 | 34.29 | 0.78 | 0.09 |
| Hex | 28 | 19 | 5 | 0 | 26 | 58 | 54 | 22 | 4E | 9 |
| Octal | 50 | 31 | 5 | 0 | 46 | 130 | 124 | 42 | 116 | 11 |
| Binary | 101000 | 11001 | 101 | 0 | 100110 | 1011000 | 1010100 | 100010 | 1001110 | 1001 |
Color Harmonies of #281905
Complementary color
Monochromatic Colors of #281905
Black with #281905
Text Example
Text Example
White with #281905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281905; }
p { color: rgb(40,25,5); }
H1.HeaderClassName
{
color: #281905;
}
.AnyTagClassName
{
color: #281905;
}
</style>
background-color css
<style>
a { background-color: #281905; }
a { background-color: rgb(40,25,5); }
div.DivClassName
{
background-color: #281905;
}
.BgClassName
{
background-color: #281905;
}
</style>
border-color css
<style>
span { border-color: #281905; }
span { border-color: rgb(40,25,5); }
td.TdClassName
{
border-color: #281905;
}
.TagClassName
{
border-color: #281905;
}
</style>