Shades of Cocoa Brown #281A05
Tints of Cocoa Brown #281A05
RGB
CMYK
RGB Variations
Color information
#281A05 (or 0x281A05) is known color: Cocoa Brown. HEX triplet: 28, 1A and 05. RGB value is (40,26,5). Sum of RGB (Red+Green+Blue) = 40+26+5=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #281A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A05 is #D7E5FA. Grayscale: #1B1B1B. Windows color (decimal): -14149115 or 334376. OLE color: 334376.
HSL color Cylindrical-coordinate representation of color #281A05: hue angle of 36º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281A05 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 5 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.84 |
| HSL | 36º | 0.78% | 0.09% | - |
| HSV(B) | 36º | 0.88% | 0.16% | - |
| XYZ | 1.27 | 1.2 | 0.31 | - |
| YUV | 27.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 5 | 0 | 0.35 | 0.88 | 0.84 | 36 | 0.78 | 0.09 |
| Hex | 28 | 1A | 5 | 0 | 23 | 58 | 54 | 24 | 4E | 9 |
| Octal | 50 | 32 | 5 | 0 | 43 | 130 | 124 | 44 | 116 | 11 |
| Binary | 101000 | 11010 | 101 | 0 | 100011 | 1011000 | 1010100 | 100100 | 1001110 | 1001 |
Color Harmonies of #281A05
Complementary color
Monochromatic Colors of #281A05
Black with #281A05
Text Example
Text Example
White with #281A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A05; }
p { color: rgb(40,26,5); }
H1.HeaderClassName
{
color: #281A05;
}
.AnyTagClassName
{
color: #281A05;
}
</style>
background-color css
<style>
a { background-color: #281A05; }
a { background-color: rgb(40,26,5); }
div.DivClassName
{
background-color: #281A05;
}
.BgClassName
{
background-color: #281A05;
}
</style>
border-color css
<style>
span { border-color: #281A05; }
span { border-color: rgb(40,26,5); }
td.TdClassName
{
border-color: #281A05;
}
.TagClassName
{
border-color: #281A05;
}
</style>