Shades of Cocoa Brown #28190C
Tints of Cocoa Brown #28190C
RGB
CMYK
RGB Variations
Color information
#28190C (or 0x28190C) is known color: Cocoa Brown. HEX triplet: 28, 19 and 0C. RGB value is (40,25,12). Sum of RGB (Red+Green+Blue) = 40+25+12=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #28190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28190C is #D7E6F3. Grayscale: #1C1C1C. Windows color (decimal): -14149364 or 792872. OLE color: 792872.
HSL color Cylindrical-coordinate representation of color #28190C: hue angle of 27.86º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28190C is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 12 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.84 |
| HSL | 27.86º | 0.54% | 0.1% | - |
| HSV(B) | 27.86º | 0.7% | 0.16% | - |
| XYZ | 1.29 | 1.17 | 0.51 | - |
| YUV | 28 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 12 | 0 | 0.38 | 0.70 | 0.84 | 27.86 | 0.54 | 0.1 |
| Hex | 28 | 19 | C | 0 | 26 | 46 | 54 | 1C | 36 | A |
| Octal | 50 | 31 | 14 | 0 | 46 | 106 | 124 | 34 | 66 | 12 |
| Binary | 101000 | 11001 | 1100 | 0 | 100110 | 1000110 | 1010100 | 11100 | 110110 | 1010 |
Color Harmonies of #28190C
Complementary color
Monochromatic Colors of #28190C
Black with #28190C
Text Example
Text Example
White with #28190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28190C; }
p { color: rgb(40,25,12); }
H1.HeaderClassName
{
color: #28190C;
}
.AnyTagClassName
{
color: #28190C;
}
</style>
background-color css
<style>
a { background-color: #28190C; }
a { background-color: rgb(40,25,12); }
div.DivClassName
{
background-color: #28190C;
}
.BgClassName
{
background-color: #28190C;
}
</style>
border-color css
<style>
span { border-color: #28190C; }
span { border-color: rgb(40,25,12); }
td.TdClassName
{
border-color: #28190C;
}
.TagClassName
{
border-color: #28190C;
}
</style>