Shades of Cocoa Brown #28190E
Tints of Cocoa Brown #28190E
RGB
CMYK
RGB Variations
Color information
#28190E (or 0x28190E) is known color: Cocoa Brown. HEX triplet: 28, 19 and 0E. RGB value is (40,25,14). Sum of RGB (Red+Green+Blue) = 40+25+14=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #28190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28190E is #D7E6F1. Grayscale: #1C1C1C. Windows color (decimal): -14149362 or 923944. OLE color: 923944.
HSL color Cylindrical-coordinate representation of color #28190E: hue angle of 25.38º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28190E is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 14 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.84 |
| HSL | 25.38º | 0.48% | 0.11% | - |
| HSV(B) | 25.38º | 0.65% | 0.16% | - |
| XYZ | 1.3 | 1.18 | 0.57 | - |
| YUV | 28.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 14 | 0 | 0.38 | 0.65 | 0.84 | 25.38 | 0.48 | 0.11 |
| Hex | 28 | 19 | E | 0 | 26 | 41 | 54 | 19 | 30 | B |
| Octal | 50 | 31 | 16 | 0 | 46 | 101 | 124 | 31 | 60 | 13 |
| Binary | 101000 | 11001 | 1110 | 0 | 100110 | 1000001 | 1010100 | 11001 | 110000 | 1011 |
Color Harmonies of #28190E
Complementary color
Monochromatic Colors of #28190E
Black with #28190E
Text Example
Text Example
White with #28190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28190E; }
p { color: rgb(40,25,14); }
H1.HeaderClassName
{
color: #28190E;
}
.AnyTagClassName
{
color: #28190E;
}
</style>
background-color css
<style>
a { background-color: #28190E; }
a { background-color: rgb(40,25,14); }
div.DivClassName
{
background-color: #28190E;
}
.BgClassName
{
background-color: #28190E;
}
</style>
border-color css
<style>
span { border-color: #28190E; }
span { border-color: rgb(40,25,14); }
td.TdClassName
{
border-color: #28190E;
}
.TagClassName
{
border-color: #28190E;
}
</style>