Shades of Cocoa Brown #281A04
Tints of Cocoa Brown #281A04
RGB
CMYK
RGB Variations
Color information
#281A04 (or 0x281A04) is known color: Cocoa Brown. HEX triplet: 28, 1A and 04. RGB value is (40,26,4). Sum of RGB (Red+Green+Blue) = 40+26+4=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #281A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A04 is #D7E5FB. Grayscale: #1B1B1B. Windows color (decimal): -14149116 or 268840. OLE color: 268840.
HSL color Cylindrical-coordinate representation of color #281A04: hue angle of 36.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #281A04 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 4 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.84 |
| HSL | 36.67º | 0.82% | 0.09% | - |
| HSV(B) | 36.67º | 0.9% | 0.16% | - |
| XYZ | 1.27 | 1.2 | 0.28 | - |
| YUV | 27.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 4 | 0 | 0.35 | 0.90 | 0.84 | 36.67 | 0.82 | 0.09 |
| Hex | 28 | 1A | 4 | 0 | 23 | 5A | 54 | 25 | 52 | 9 |
| Octal | 50 | 32 | 4 | 0 | 43 | 132 | 124 | 45 | 122 | 11 |
| Binary | 101000 | 11010 | 100 | 0 | 100011 | 1011010 | 1010100 | 100101 | 1010010 | 1001 |
Color Harmonies of #281A04
Complementary color
Monochromatic Colors of #281A04
Black with #281A04
Text Example
Text Example
White with #281A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A04; }
p { color: rgb(40,26,4); }
H1.HeaderClassName
{
color: #281A04;
}
.AnyTagClassName
{
color: #281A04;
}
</style>
background-color css
<style>
a { background-color: #281A04; }
a { background-color: rgb(40,26,4); }
div.DivClassName
{
background-color: #281A04;
}
.BgClassName
{
background-color: #281A04;
}
</style>
border-color css
<style>
span { border-color: #281A04; }
span { border-color: rgb(40,26,4); }
td.TdClassName
{
border-color: #281A04;
}
.TagClassName
{
border-color: #281A04;
}
</style>