Shades of Seal Brown #280E06
Tints of Seal Brown #280E06
RGB
CMYK
RGB Variations
Color information
#280E06 (or 0x280E06) is known color: Seal Brown. HEX triplet: 28, 0E and 06. RGB value is (40,14,6). Sum of RGB (Red+Green+Blue) = 40+14+6=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #280E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E06 is #D7F1F9. Grayscale: #141414. Windows color (decimal): -14152186 or 396840. OLE color: 396840.
HSL color Cylindrical-coordinate representation of color #280E06: hue angle of 14.12º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280E06 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 6 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.84 |
| HSL | 14.12º | 0.74% | 0.09% | - |
| HSV(B) | 14.12º | 0.85% | 0.16% | - |
| XYZ | 1.06 | 0.78 | 0.27 | - |
| YUV | 20.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 6 | 0 | 0.65 | 0.85 | 0.84 | 14.12 | 0.74 | 0.09 |
| Hex | 28 | E | 6 | 0 | 41 | 55 | 54 | E | 4A | 9 |
| Octal | 50 | 16 | 6 | 0 | 101 | 125 | 124 | 16 | 112 | 11 |
| Binary | 101000 | 1110 | 110 | 0 | 1000001 | 1010101 | 1010100 | 1110 | 1001010 | 1001 |
Color Harmonies of #280E06
Complementary color
Monochromatic Colors of #280E06
Black with #280E06
Text Example
Text Example
White with #280E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E06; }
p { color: rgb(40,14,6); }
H1.HeaderClassName
{
color: #280E06;
}
.AnyTagClassName
{
color: #280E06;
}
</style>
background-color css
<style>
a { background-color: #280E06; }
a { background-color: rgb(40,14,6); }
div.DivClassName
{
background-color: #280E06;
}
.BgClassName
{
background-color: #280E06;
}
</style>
border-color css
<style>
span { border-color: #280E06; }
span { border-color: rgb(40,14,6); }
td.TdClassName
{
border-color: #280E06;
}
.TagClassName
{
border-color: #280E06;
}
</style>