Shades of Seal Brown #280A00
Tints of Seal Brown #280A00
RGB
CMYK
RGB Variations
Color information
#280A00 (or 0x280A00) is known color: Seal Brown. HEX triplet: 28, 0A and 00. RGB value is (40,10,0). Sum of RGB (Red+Green+Blue) = 40+10+0=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A00 is #D7F5FF. Grayscale: #111111. Windows color (decimal): -14153216 or 2600. OLE color: 2600.
HSL color Cylindrical-coordinate representation of color #280A00: hue angle of 15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.84 |
| HSL | 15º | 1% | 0.08% | - |
| HSV(B) | 15º | 1% | 0.16% | - |
| XYZ | 0.98 | 0.67 | 0.08 | - |
| YUV | 17.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 0 | 0 | 0.75 | 1 | 0.84 | 15 | 1 | 0.08 |
| Hex | 28 | A | 0 | 0 | 4B | 64 | 54 | F | 64 | 8 |
| Octal | 50 | 12 | 0 | 0 | 113 | 144 | 124 | 17 | 144 | 10 |
| Binary | 101000 | 1010 | 0 | 0 | 1001011 | 1100100 | 1010100 | 1111 | 1100100 | 1000 |
Color Harmonies of #280A00
Complementary color
Monochromatic Colors of #280A00
Black with #280A00
Text Example
Text Example
White with #280A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A00; }
p { color: rgb(40,10,0); }
H1.HeaderClassName
{
color: #280A00;
}
.AnyTagClassName
{
color: #280A00;
}
</style>
background-color css
<style>
a { background-color: #280A00; }
a { background-color: rgb(40,10,0); }
div.DivClassName
{
background-color: #280A00;
}
.BgClassName
{
background-color: #280A00;
}
</style>
border-color css
<style>
span { border-color: #280A00; }
span { border-color: rgb(40,10,0); }
td.TdClassName
{
border-color: #280A00;
}
.TagClassName
{
border-color: #280A00;
}
</style>