Shades of Seal Brown #280E00
Tints of Seal Brown #280E00
RGB
CMYK
RGB Variations
Color information
#280E00 (or 0x280E00) is known color: Seal Brown. HEX triplet: 28, 0E and 00. RGB value is (40,14,0). Sum of RGB (Red+Green+Blue) = 40+14+0=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E00 is #D7F1FF. Grayscale: #141414. Windows color (decimal): -14152192 or 3624. OLE color: 3624.
HSL color Cylindrical-coordinate representation of color #280E00: hue angle of 21º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280E00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.84 |
| HSL | 21º | 1% | 0.08% | - |
| HSV(B) | 21º | 1% | 0.16% | - |
| XYZ | 1.03 | 0.77 | 0.09 | - |
| YUV | 20.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 0 | 0 | 0.65 | 1 | 0.84 | 21 | 1 | 0.08 |
| Hex | 28 | E | 0 | 0 | 41 | 64 | 54 | 15 | 64 | 8 |
| Octal | 50 | 16 | 0 | 0 | 101 | 144 | 124 | 25 | 144 | 10 |
| Binary | 101000 | 1110 | 0 | 0 | 1000001 | 1100100 | 1010100 | 10101 | 1100100 | 1000 |
Color Harmonies of #280E00
Complementary color
Monochromatic Colors of #280E00
Black with #280E00
Text Example
Text Example
White with #280E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E00; }
p { color: rgb(40,14,0); }
H1.HeaderClassName
{
color: #280E00;
}
.AnyTagClassName
{
color: #280E00;
}
</style>
background-color css
<style>
a { background-color: #280E00; }
a { background-color: rgb(40,14,0); }
div.DivClassName
{
background-color: #280E00;
}
.BgClassName
{
background-color: #280E00;
}
</style>
border-color css
<style>
span { border-color: #280E00; }
span { border-color: rgb(40,14,0); }
td.TdClassName
{
border-color: #280E00;
}
.TagClassName
{
border-color: #280E00;
}
</style>