Shades of Seal Brown #280A09
Tints of Seal Brown #280A09
RGB
CMYK
RGB Variations
Color information
#280A09 (or 0x280A09) is known color: Seal Brown. HEX triplet: 28, 0A and 09. RGB value is (40,10,9). Sum of RGB (Red+Green+Blue) = 40+10+9=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A09 is #D7F5F6. Grayscale: #121212. Windows color (decimal): -14153207 or 592424. OLE color: 592424.
HSL color Cylindrical-coordinate representation of color #280A09: hue angle of 1.94º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280A09 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 9 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.84 |
| HSL | 1.94º | 0.63% | 0.1% | - |
| HSV(B) | 1.94º | 0.78% | 0.16% | - |
| XYZ | 1.03 | 0.69 | 0.34 | - |
| YUV | 18.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 9 | 0 | 0.75 | 0.78 | 0.84 | 1.94 | 0.63 | 0.1 |
| Hex | 28 | A | 9 | 0 | 4B | 4E | 54 | 2 | 3F | A |
| Octal | 50 | 12 | 11 | 0 | 113 | 116 | 124 | 2 | 77 | 12 |
| Binary | 101000 | 1010 | 1001 | 0 | 1001011 | 1001110 | 1010100 | 10 | 111111 | 1010 |
Color Harmonies of #280A09
Complementary color
Monochromatic Colors of #280A09
Black with #280A09
Text Example
Text Example
White with #280A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A09; }
p { color: rgb(40,10,9); }
H1.HeaderClassName
{
color: #280A09;
}
.AnyTagClassName
{
color: #280A09;
}
</style>
background-color css
<style>
a { background-color: #280A09; }
a { background-color: rgb(40,10,9); }
div.DivClassName
{
background-color: #280A09;
}
.BgClassName
{
background-color: #280A09;
}
</style>
border-color css
<style>
span { border-color: #280A09; }
span { border-color: rgb(40,10,9); }
td.TdClassName
{
border-color: #280A09;
}
.TagClassName
{
border-color: #280A09;
}
</style>