Shades of Cocoa Brown #281E10
Tints of Cocoa Brown #281E10
RGB
CMYK
RGB Variations
Color information
#281E10 (or 0x281E10) is known color: Cocoa Brown. HEX triplet: 28, 1E and 10. RGB value is (40,30,16). Sum of RGB (Red+Green+Blue) = 40+30+16=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E10 is #D7E1EF. Grayscale: #1F1F1F. Windows color (decimal): -14148080 or 1056296. OLE color: 1056296.
HSL color Cylindrical-coordinate representation of color #281E10: hue angle of 35º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281E10 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 30 | 16 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.84 |
| HSL | 35º | 0.43% | 0.11% | - |
| HSV(B) | 35º | 0.6% | 0.16% | - |
| XYZ | 1.43 | 1.42 | 0.69 | - |
| YUV | 31.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 16 | 0 | 0.25 | 0.60 | 0.84 | 35 | 0.43 | 0.11 |
| Hex | 28 | 1E | 10 | 0 | 19 | 3C | 54 | 23 | 2B | B |
| Octal | 50 | 36 | 20 | 0 | 31 | 74 | 124 | 43 | 53 | 13 |
| Binary | 101000 | 11110 | 10000 | 0 | 11001 | 111100 | 1010100 | 100011 | 101011 | 1011 |
Color Harmonies of #281E10
Complementary color
Monochromatic Colors of #281E10
Black with #281E10
Text Example
Text Example
White with #281E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281E10; }
p { color: rgb(40,30,16); }
H1.HeaderClassName
{
color: #281E10;
}
.AnyTagClassName
{
color: #281E10;
}
</style>
background-color css
<style>
a { background-color: #281E10; }
a { background-color: rgb(40,30,16); }
div.DivClassName
{
background-color: #281E10;
}
.BgClassName
{
background-color: #281E10;
}
</style>
border-color css
<style>
span { border-color: #281E10; }
span { border-color: rgb(40,30,16); }
td.TdClassName
{
border-color: #281E10;
}
.TagClassName
{
border-color: #281E10;
}
</style>