Shades of Cocoa Brown #281A07
Tints of Cocoa Brown #281A07
RGB
CMYK
RGB Variations
Color information
#281A07 (or 0x281A07) is known color: Cocoa Brown. HEX triplet: 28, 1A and 07. RGB value is (40,26,7). Sum of RGB (Red+Green+Blue) = 40+26+7=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #281A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A07 is #D7E5F8. Grayscale: #1C1C1C. Windows color (decimal): -14149113 or 465448. OLE color: 465448.
HSL color Cylindrical-coordinate representation of color #281A07: hue angle of 34.55º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281A07 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 7 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.84 |
| HSL | 34.55º | 0.7% | 0.09% | - |
| HSV(B) | 34.55º | 0.83% | 0.16% | - |
| XYZ | 1.28 | 1.21 | 0.37 | - |
| YUV | 28.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 7 | 0 | 0.35 | 0.83 | 0.84 | 34.55 | 0.7 | 0.09 |
| Hex | 28 | 1A | 7 | 0 | 23 | 53 | 54 | 23 | 46 | 9 |
| Octal | 50 | 32 | 7 | 0 | 43 | 123 | 124 | 43 | 106 | 11 |
| Binary | 101000 | 11010 | 111 | 0 | 100011 | 1010011 | 1010100 | 100011 | 1000110 | 1001 |
Color Harmonies of #281A07
Complementary color
Monochromatic Colors of #281A07
Black with #281A07
Text Example
Text Example
White with #281A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A07; }
p { color: rgb(40,26,7); }
H1.HeaderClassName
{
color: #281A07;
}
.AnyTagClassName
{
color: #281A07;
}
</style>
background-color css
<style>
a { background-color: #281A07; }
a { background-color: rgb(40,26,7); }
div.DivClassName
{
background-color: #281A07;
}
.BgClassName
{
background-color: #281A07;
}
</style>
border-color css
<style>
span { border-color: #281A07; }
span { border-color: rgb(40,26,7); }
td.TdClassName
{
border-color: #281A07;
}
.TagClassName
{
border-color: #281A07;
}
</style>