Shades of Seal Brown #280806
Tints of Seal Brown #280806
RGB
CMYK
RGB Variations
Color information
#280806 (or 0x280806) is known color: Seal Brown. HEX triplet: 28, 08 and 06. RGB value is (40,8,6). Sum of RGB (Red+Green+Blue) = 40+8+6=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280806 is #D7F7F9. Grayscale: #111111. Windows color (decimal): -14153722 or 395304. OLE color: 395304.
HSL color Cylindrical-coordinate representation of color #280806: hue angle of 3.53º 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 #280806 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 8 | 6 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.84 |
| HSL | 3.53º | 0.74% | 0.09% | - |
| HSV(B) | 3.53º | 0.85% | 0.16% | - |
| XYZ | 0.99 | 0.64 | 0.24 | - |
| YUV | 17.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 6 | 0 | 0.80 | 0.85 | 0.84 | 3.53 | 0.74 | 0.09 |
| Hex | 28 | 8 | 6 | 0 | 50 | 55 | 54 | 4 | 4A | 9 |
| Octal | 50 | 10 | 6 | 0 | 120 | 125 | 124 | 4 | 112 | 11 |
| Binary | 101000 | 1000 | 110 | 0 | 1010000 | 1010101 | 1010100 | 100 | 1001010 | 1001 |
Color Harmonies of #280806
Complementary color
Monochromatic Colors of #280806
Black with #280806
Text Example
Text Example
White with #280806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280806; }
p { color: rgb(40,8,6); }
H1.HeaderClassName
{
color: #280806;
}
.AnyTagClassName
{
color: #280806;
}
</style>
background-color css
<style>
a { background-color: #280806; }
a { background-color: rgb(40,8,6); }
div.DivClassName
{
background-color: #280806;
}
.BgClassName
{
background-color: #280806;
}
</style>
border-color css
<style>
span { border-color: #280806; }
span { border-color: rgb(40,8,6); }
td.TdClassName
{
border-color: #280806;
}
.TagClassName
{
border-color: #280806;
}
</style>