Shades of Cocoa Brown #281D13
Tints of Cocoa Brown #281D13
RGB
CMYK
RGB Variations
Color information
#281D13 (or 0x281D13) is known color: Cocoa Brown. HEX triplet: 28, 1D and 13. RGB value is (40,29,19). Sum of RGB (Red+Green+Blue) = 40+29+19=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D13 is #D7E2EC. Grayscale: #1F1F1F. Windows color (decimal): -14148333 or 1252648. OLE color: 1252648.
HSL color Cylindrical-coordinate representation of color #281D13: hue angle of 28.57º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281D13 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 29 | 19 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.84 |
| HSL | 28.57º | 0.36% | 0.12% | - |
| HSV(B) | 28.57º | 0.53% | 0.16% | - |
| XYZ | 1.43 | 1.38 | 0.81 | - |
| YUV | 31.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 19 | 0 | 0.28 | 0.52 | 0.84 | 28.57 | 0.36 | 0.12 |
| Hex | 28 | 1D | 13 | 0 | 1C | 34 | 54 | 1D | 24 | C |
| Octal | 50 | 35 | 23 | 0 | 34 | 64 | 124 | 35 | 44 | 14 |
| Binary | 101000 | 11101 | 10011 | 0 | 11100 | 110100 | 1010100 | 11101 | 100100 | 1100 |
Color Harmonies of #281D13
Complementary color
Monochromatic Colors of #281D13
Black with #281D13
Text Example
Text Example
White with #281D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D13; }
p { color: rgb(40,29,19); }
H1.HeaderClassName
{
color: #281D13;
}
.AnyTagClassName
{
color: #281D13;
}
</style>
background-color css
<style>
a { background-color: #281D13; }
a { background-color: rgb(40,29,19); }
div.DivClassName
{
background-color: #281D13;
}
.BgClassName
{
background-color: #281D13;
}
</style>
border-color css
<style>
span { border-color: #281D13; }
span { border-color: rgb(40,29,19); }
td.TdClassName
{
border-color: #281D13;
}
.TagClassName
{
border-color: #281D13;
}
</style>