Shades of Cocoa Brown #281A0B
Tints of Cocoa Brown #281A0B
RGB
CMYK
RGB Variations
Color information
#281A0B (or 0x281A0B) is known color: Cocoa Brown. HEX triplet: 28, 1A and 0B. RGB value is (40,26,11). Sum of RGB (Red+Green+Blue) = 40+26+11=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A0B is #D7E5F4. Grayscale: #1C1C1C. Windows color (decimal): -14149109 or 727592. OLE color: 727592.
HSL color Cylindrical-coordinate representation of color #281A0B: hue angle of 31.03º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #281A0B is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 11 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.84 |
| HSL | 31.03º | 0.57% | 0.1% | - |
| HSV(B) | 31.03º | 0.73% | 0.16% | - |
| XYZ | 1.3 | 1.21 | 0.48 | - |
| YUV | 28.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 11 | 0 | 0.35 | 0.72 | 0.84 | 31.03 | 0.57 | 0.1 |
| Hex | 28 | 1A | B | 0 | 23 | 48 | 54 | 1F | 39 | A |
| Octal | 50 | 32 | 13 | 0 | 43 | 110 | 124 | 37 | 71 | 12 |
| Binary | 101000 | 11010 | 1011 | 0 | 100011 | 1001000 | 1010100 | 11111 | 111001 | 1010 |
Color Harmonies of #281A0B
Complementary color
Monochromatic Colors of #281A0B
Black with #281A0B
Text Example
Text Example
White with #281A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A0B; }
p { color: rgb(40,26,11); }
H1.HeaderClassName
{
color: #281A0B;
}
.AnyTagClassName
{
color: #281A0B;
}
</style>
background-color css
<style>
a { background-color: #281A0B; }
a { background-color: rgb(40,26,11); }
div.DivClassName
{
background-color: #281A0B;
}
.BgClassName
{
background-color: #281A0B;
}
</style>
border-color css
<style>
span { border-color: #281A0B; }
span { border-color: rgb(40,26,11); }
td.TdClassName
{
border-color: #281A0B;
}
.TagClassName
{
border-color: #281A0B;
}
</style>