Shades of Cocoa Brown #281A08
Tints of Cocoa Brown #281A08
RGB
CMYK
RGB Variations
Color information
#281A08 (or 0x281A08) is known color: Cocoa Brown. HEX triplet: 28, 1A and 08. RGB value is (40,26,8). Sum of RGB (Red+Green+Blue) = 40+26+8=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #281A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A08 is #D7E5F7. Grayscale: #1C1C1C. Windows color (decimal): -14149112 or 530984. OLE color: 530984.
HSL color Cylindrical-coordinate representation of color #281A08: hue angle of 33.75º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281A08 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 8 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.84 |
| HSL | 33.75º | 0.67% | 0.09% | - |
| HSV(B) | 33.75º | 0.8% | 0.16% | - |
| XYZ | 1.29 | 1.21 | 0.39 | - |
| YUV | 28.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 8 | 0 | 0.35 | 0.80 | 0.84 | 33.75 | 0.67 | 0.09 |
| Hex | 28 | 1A | 8 | 0 | 23 | 50 | 54 | 22 | 43 | 9 |
| Octal | 50 | 32 | 10 | 0 | 43 | 120 | 124 | 42 | 103 | 11 |
| Binary | 101000 | 11010 | 1000 | 0 | 100011 | 1010000 | 1010100 | 100010 | 1000011 | 1001 |
Color Harmonies of #281A08
Complementary color
Monochromatic Colors of #281A08
Black with #281A08
Text Example
Text Example
White with #281A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A08; }
p { color: rgb(40,26,8); }
H1.HeaderClassName
{
color: #281A08;
}
.AnyTagClassName
{
color: #281A08;
}
</style>
background-color css
<style>
a { background-color: #281A08; }
a { background-color: rgb(40,26,8); }
div.DivClassName
{
background-color: #281A08;
}
.BgClassName
{
background-color: #281A08;
}
</style>
border-color css
<style>
span { border-color: #281A08; }
span { border-color: rgb(40,26,8); }
td.TdClassName
{
border-color: #281A08;
}
.TagClassName
{
border-color: #281A08;
}
</style>