Shades of Seal Brown #280908
Tints of Seal Brown #280908
RGB
CMYK
RGB Variations
Color information
#280908 (or 0x280908) is known color: Seal Brown. HEX triplet: 28, 09 and 08. RGB value is (40,9,8). Sum of RGB (Red+Green+Blue) = 40+9+8=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #280908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280908 is #D7F6F7. Grayscale: #121212. Windows color (decimal): -14153464 or 526632. OLE color: 526632.
HSL color Cylindrical-coordinate representation of color #280908: hue angle of 1.88º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280908 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 9 | 8 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.84 |
| HSL | 1.88º | 0.67% | 0.09% | - |
| HSV(B) | 1.88º | 0.8% | 0.16% | - |
| XYZ | 1.02 | 0.66 | 0.3 | - |
| YUV | 18.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 8 | 0 | 0.78 | 0.80 | 0.84 | 1.88 | 0.67 | 0.09 |
| Hex | 28 | 9 | 8 | 0 | 4E | 50 | 54 | 2 | 43 | 9 |
| Octal | 50 | 11 | 10 | 0 | 116 | 120 | 124 | 2 | 103 | 11 |
| Binary | 101000 | 1001 | 1000 | 0 | 1001110 | 1010000 | 1010100 | 10 | 1000011 | 1001 |
Color Harmonies of #280908
Complementary color
Monochromatic Colors of #280908
Black with #280908
Text Example
Text Example
White with #280908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280908; }
p { color: rgb(40,9,8); }
H1.HeaderClassName
{
color: #280908;
}
.AnyTagClassName
{
color: #280908;
}
</style>
background-color css
<style>
a { background-color: #280908; }
a { background-color: rgb(40,9,8); }
div.DivClassName
{
background-color: #280908;
}
.BgClassName
{
background-color: #280908;
}
</style>
border-color css
<style>
span { border-color: #280908; }
span { border-color: rgb(40,9,8); }
td.TdClassName
{
border-color: #280908;
}
.TagClassName
{
border-color: #280908;
}
</style>