Shades of Seal Brown #280E05
Tints of Seal Brown #280E05
RGB
CMYK
RGB Variations
Color information
#280E05 (or 0x280E05) is known color: Seal Brown. HEX triplet: 28, 0E and 05. RGB value is (40,14,5). Sum of RGB (Red+Green+Blue) = 40+14+5=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E05 is #D7F1FA. Grayscale: #141414. Windows color (decimal): -14152187 or 331304. OLE color: 331304.
HSL color Cylindrical-coordinate representation of color #280E05: hue angle of 15.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280E05 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 5 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.84 |
| HSL | 15.43º | 0.78% | 0.09% | - |
| HSV(B) | 15.43º | 0.88% | 0.16% | - |
| XYZ | 1.06 | 0.78 | 0.24 | - |
| YUV | 20.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 5 | 0 | 0.65 | 0.88 | 0.84 | 15.43 | 0.78 | 0.09 |
| Hex | 28 | E | 5 | 0 | 41 | 58 | 54 | F | 4E | 9 |
| Octal | 50 | 16 | 5 | 0 | 101 | 130 | 124 | 17 | 116 | 11 |
| Binary | 101000 | 1110 | 101 | 0 | 1000001 | 1011000 | 1010100 | 1111 | 1001110 | 1001 |
Color Harmonies of #280E05
Complementary color
Monochromatic Colors of #280E05
Black with #280E05
Text Example
Text Example
White with #280E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E05; }
p { color: rgb(40,14,5); }
H1.HeaderClassName
{
color: #280E05;
}
.AnyTagClassName
{
color: #280E05;
}
</style>
background-color css
<style>
a { background-color: #280E05; }
a { background-color: rgb(40,14,5); }
div.DivClassName
{
background-color: #280E05;
}
.BgClassName
{
background-color: #280E05;
}
</style>
border-color css
<style>
span { border-color: #280E05; }
span { border-color: rgb(40,14,5); }
td.TdClassName
{
border-color: #280E05;
}
.TagClassName
{
border-color: #280E05;
}
</style>