Shades of Seal Brown #280E03
Tints of Seal Brown #280E03
RGB
CMYK
RGB Variations
Color information
#280E03 (or 0x280E03) is known color: Seal Brown. HEX triplet: 28, 0E and 03. RGB value is (40,14,3). Sum of RGB (Red+Green+Blue) = 40+14+3=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #280E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E03 is #D7F1FC. Grayscale: #141414. Windows color (decimal): -14152189 or 200232. OLE color: 200232.
HSL color Cylindrical-coordinate representation of color #280E03: hue angle of 17.84º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280E03 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 3 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.84 |
| HSL | 17.84º | 0.86% | 0.08% | - |
| HSV(B) | 17.84º | 0.93% | 0.16% | - |
| XYZ | 1.05 | 0.77 | 0.18 | - |
| YUV | 20.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 3 | 0 | 0.65 | 0.93 | 0.84 | 17.84 | 0.86 | 0.08 |
| Hex | 28 | E | 3 | 0 | 41 | 5D | 54 | 12 | 56 | 8 |
| Octal | 50 | 16 | 3 | 0 | 101 | 135 | 124 | 22 | 126 | 10 |
| Binary | 101000 | 1110 | 11 | 0 | 1000001 | 1011101 | 1010100 | 10010 | 1010110 | 1000 |
Color Harmonies of #280E03
Complementary color
Monochromatic Colors of #280E03
Black with #280E03
Text Example
Text Example
White with #280E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E03; }
p { color: rgb(40,14,3); }
H1.HeaderClassName
{
color: #280E03;
}
.AnyTagClassName
{
color: #280E03;
}
</style>
background-color css
<style>
a { background-color: #280E03; }
a { background-color: rgb(40,14,3); }
div.DivClassName
{
background-color: #280E03;
}
.BgClassName
{
background-color: #280E03;
}
</style>
border-color css
<style>
span { border-color: #280E03; }
span { border-color: rgb(40,14,3); }
td.TdClassName
{
border-color: #280E03;
}
.TagClassName
{
border-color: #280E03;
}
</style>