Shades of Seal Brown #280E0A
Tints of Seal Brown #280E0A
RGB
CMYK
RGB Variations
Color information
#280E0A (or 0x280E0A) is known color: Seal Brown. HEX triplet: 28, 0E and 0A. RGB value is (40,14,10). Sum of RGB (Red+Green+Blue) = 40+14+10=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E0A is #D7F1F5. Grayscale: #151515. Windows color (decimal): -14152182 or 658984. OLE color: 658984.
HSL color Cylindrical-coordinate representation of color #280E0A: hue angle of 8º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280E0A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 10 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.84 |
| HSL | 8º | 0.6% | 0.1% | - |
| HSV(B) | 8º | 0.75% | 0.16% | - |
| XYZ | 1.09 | 0.79 | 0.38 | - |
| YUV | 21.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 10 | 0 | 0.65 | 0.75 | 0.84 | 8 | 0.6 | 0.1 |
| Hex | 28 | E | A | 0 | 41 | 4B | 54 | 8 | 3C | A |
| Octal | 50 | 16 | 12 | 0 | 101 | 113 | 124 | 10 | 74 | 12 |
| Binary | 101000 | 1110 | 1010 | 0 | 1000001 | 1001011 | 1010100 | 1000 | 111100 | 1010 |
Color Harmonies of #280E0A
Complementary color
Monochromatic Colors of #280E0A
Black with #280E0A
Text Example
Text Example
White with #280E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E0A; }
p { color: rgb(40,14,10); }
H1.HeaderClassName
{
color: #280E0A;
}
.AnyTagClassName
{
color: #280E0A;
}
</style>
background-color css
<style>
a { background-color: #280E0A; }
a { background-color: rgb(40,14,10); }
div.DivClassName
{
background-color: #280E0A;
}
.BgClassName
{
background-color: #280E0A;
}
</style>
border-color css
<style>
span { border-color: #280E0A; }
span { border-color: rgb(40,14,10); }
td.TdClassName
{
border-color: #280E0A;
}
.TagClassName
{
border-color: #280E0A;
}
</style>