Shades of Seal Brown #280E07
Tints of Seal Brown #280E07
RGB
CMYK
RGB Variations
Color information
#280E07 (or 0x280E07) is known color: Seal Brown. HEX triplet: 28, 0E and 07. RGB value is (40,14,7). Sum of RGB (Red+Green+Blue) = 40+14+7=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E07 is #D7F1F8. Grayscale: #151515. Windows color (decimal): -14152185 or 462376. OLE color: 462376.
HSL color Cylindrical-coordinate representation of color #280E07: hue angle of 12.73º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280E07 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 7 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.84 |
| HSL | 12.73º | 0.7% | 0.09% | - |
| HSV(B) | 12.73º | 0.83% | 0.16% | - |
| XYZ | 1.07 | 0.78 | 0.3 | - |
| YUV | 20.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 7 | 0 | 0.65 | 0.83 | 0.84 | 12.73 | 0.7 | 0.09 |
| Hex | 28 | E | 7 | 0 | 41 | 53 | 54 | D | 46 | 9 |
| Octal | 50 | 16 | 7 | 0 | 101 | 123 | 124 | 15 | 106 | 11 |
| Binary | 101000 | 1110 | 111 | 0 | 1000001 | 1010011 | 1010100 | 1101 | 1000110 | 1001 |
Color Harmonies of #280E07
Complementary color
Monochromatic Colors of #280E07
Black with #280E07
Text Example
Text Example
White with #280E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E07; }
p { color: rgb(40,14,7); }
H1.HeaderClassName
{
color: #280E07;
}
.AnyTagClassName
{
color: #280E07;
}
</style>
background-color css
<style>
a { background-color: #280E07; }
a { background-color: rgb(40,14,7); }
div.DivClassName
{
background-color: #280E07;
}
.BgClassName
{
background-color: #280E07;
}
</style>
border-color css
<style>
span { border-color: #280E07; }
span { border-color: rgb(40,14,7); }
td.TdClassName
{
border-color: #280E07;
}
.TagClassName
{
border-color: #280E07;
}
</style>