Shades of Cocoa Brown #281C0E
Tints of Cocoa Brown #281C0E
RGB
CMYK
RGB Variations
Color information
#281C0E (or 0x281C0E) is known color: Cocoa Brown. HEX triplet: 28, 1C and 0E. RGB value is (40,28,14). Sum of RGB (Red+Green+Blue) = 40+28+14=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #281C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C0E is #D7E3F1. Grayscale: #1E1E1E. Windows color (decimal): -14148594 or 924712. OLE color: 924712.
HSL color Cylindrical-coordinate representation of color #281C0E: hue angle of 32.31º 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 #281C0E is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 14 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.84 |
| HSL | 32.31º | 0.48% | 0.11% | - |
| HSV(B) | 32.31º | 0.65% | 0.16% | - |
| XYZ | 1.37 | 1.31 | 0.6 | - |
| YUV | 29.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 14 | 0 | 0.30 | 0.65 | 0.84 | 32.31 | 0.48 | 0.11 |
| Hex | 28 | 1C | E | 0 | 1E | 41 | 54 | 20 | 30 | B |
| Octal | 50 | 34 | 16 | 0 | 36 | 101 | 124 | 40 | 60 | 13 |
| Binary | 101000 | 11100 | 1110 | 0 | 11110 | 1000001 | 1010100 | 100000 | 110000 | 1011 |
Color Harmonies of #281C0E
Complementary color
Monochromatic Colors of #281C0E
Black with #281C0E
Text Example
Text Example
White with #281C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C0E; }
p { color: rgb(40,28,14); }
H1.HeaderClassName
{
color: #281C0E;
}
.AnyTagClassName
{
color: #281C0E;
}
</style>
background-color css
<style>
a { background-color: #281C0E; }
a { background-color: rgb(40,28,14); }
div.DivClassName
{
background-color: #281C0E;
}
.BgClassName
{
background-color: #281C0E;
}
</style>
border-color css
<style>
span { border-color: #281C0E; }
span { border-color: rgb(40,28,14); }
td.TdClassName
{
border-color: #281C0E;
}
.TagClassName
{
border-color: #281C0E;
}
</style>