Shades of Seal Brown #280E02
Tints of Seal Brown #280E02
RGB
CMYK
RGB Variations
Color information
#280E02 (or 0x280E02) is known color: Seal Brown. HEX triplet: 28, 0E and 02. RGB value is (40,14,2). Sum of RGB (Red+Green+Blue) = 40+14+2=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #280E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E02 is #D7F1FD. Grayscale: #141414. Windows color (decimal): -14152190 or 134696. OLE color: 134696.
HSL color Cylindrical-coordinate representation of color #280E02: hue angle of 18.95º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280E02 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 2 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.84 |
| HSL | 18.95º | 0.9% | 0.08% | - |
| HSV(B) | 18.95º | 0.95% | 0.16% | - |
| XYZ | 1.04 | 0.77 | 0.15 | - |
| YUV | 20.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 2 | 0 | 0.65 | 0.95 | 0.84 | 18.95 | 0.9 | 0.08 |
| Hex | 28 | E | 2 | 0 | 41 | 5F | 54 | 13 | 5A | 8 |
| Octal | 50 | 16 | 2 | 0 | 101 | 137 | 124 | 23 | 132 | 10 |
| Binary | 101000 | 1110 | 10 | 0 | 1000001 | 1011111 | 1010100 | 10011 | 1011010 | 1000 |
Color Harmonies of #280E02
Complementary color
Monochromatic Colors of #280E02
Black with #280E02
Text Example
Text Example
White with #280E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E02; }
p { color: rgb(40,14,2); }
H1.HeaderClassName
{
color: #280E02;
}
.AnyTagClassName
{
color: #280E02;
}
</style>
background-color css
<style>
a { background-color: #280E02; }
a { background-color: rgb(40,14,2); }
div.DivClassName
{
background-color: #280E02;
}
.BgClassName
{
background-color: #280E02;
}
</style>
border-color css
<style>
span { border-color: #280E02; }
span { border-color: rgb(40,14,2); }
td.TdClassName
{
border-color: #280E02;
}
.TagClassName
{
border-color: #280E02;
}
</style>