Shades of Seal Brown #280A08
Tints of Seal Brown #280A08
RGB
CMYK
RGB Variations
Color information
#280A08 (or 0x280A08) is known color: Seal Brown. HEX triplet: 28, 0A and 08. RGB value is (40,10,8). Sum of RGB (Red+Green+Blue) = 40+10+8=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A08 is #D7F5F7. Grayscale: #121212. Windows color (decimal): -14153208 or 526888. OLE color: 526888.
HSL color Cylindrical-coordinate representation of color #280A08: hue angle of 3.75º 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 #280A08 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 8 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.84 |
| HSL | 3.75º | 0.67% | 0.09% | - |
| HSV(B) | 3.75º | 0.8% | 0.16% | - |
| XYZ | 1.03 | 0.69 | 0.31 | - |
| YUV | 18.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 8 | 0 | 0.75 | 0.80 | 0.84 | 3.75 | 0.67 | 0.09 |
| Hex | 28 | A | 8 | 0 | 4B | 50 | 54 | 4 | 43 | 9 |
| Octal | 50 | 12 | 10 | 0 | 113 | 120 | 124 | 4 | 103 | 11 |
| Binary | 101000 | 1010 | 1000 | 0 | 1001011 | 1010000 | 1010100 | 100 | 1000011 | 1001 |
Color Harmonies of #280A08
Complementary color
Monochromatic Colors of #280A08
Black with #280A08
Text Example
Text Example
White with #280A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A08; }
p { color: rgb(40,10,8); }
H1.HeaderClassName
{
color: #280A08;
}
.AnyTagClassName
{
color: #280A08;
}
</style>
background-color css
<style>
a { background-color: #280A08; }
a { background-color: rgb(40,10,8); }
div.DivClassName
{
background-color: #280A08;
}
.BgClassName
{
background-color: #280A08;
}
</style>
border-color css
<style>
span { border-color: #280A08; }
span { border-color: rgb(40,10,8); }
td.TdClassName
{
border-color: #280A08;
}
.TagClassName
{
border-color: #280A08;
}
</style>