Shades of Seal Brown #280A03
Tints of Seal Brown #280A03
RGB
CMYK
RGB Variations
Color information
#280A03 (or 0x280A03) is known color: Seal Brown. HEX triplet: 28, 0A and 03. RGB value is (40,10,3). Sum of RGB (Red+Green+Blue) = 40+10+3=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #280A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A03 is #D7F5FC. Grayscale: #121212. Windows color (decimal): -14153213 or 199208. OLE color: 199208.
HSL color Cylindrical-coordinate representation of color #280A03: hue angle of 11.35º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280A03 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 3 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.84 |
| HSL | 11.35º | 0.86% | 0.08% | - |
| HSV(B) | 11.35º | 0.93% | 0.16% | - |
| XYZ | 1 | 0.67 | 0.16 | - |
| YUV | 18.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 3 | 0 | 0.75 | 0.93 | 0.84 | 11.35 | 0.86 | 0.08 |
| Hex | 28 | A | 3 | 0 | 4B | 5D | 54 | B | 56 | 8 |
| Octal | 50 | 12 | 3 | 0 | 113 | 135 | 124 | 13 | 126 | 10 |
| Binary | 101000 | 1010 | 11 | 0 | 1001011 | 1011101 | 1010100 | 1011 | 1010110 | 1000 |
Color Harmonies of #280A03
Complementary color
Monochromatic Colors of #280A03
Black with #280A03
Text Example
Text Example
White with #280A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A03; }
p { color: rgb(40,10,3); }
H1.HeaderClassName
{
color: #280A03;
}
.AnyTagClassName
{
color: #280A03;
}
</style>
background-color css
<style>
a { background-color: #280A03; }
a { background-color: rgb(40,10,3); }
div.DivClassName
{
background-color: #280A03;
}
.BgClassName
{
background-color: #280A03;
}
</style>
border-color css
<style>
span { border-color: #280A03; }
span { border-color: rgb(40,10,3); }
td.TdClassName
{
border-color: #280A03;
}
.TagClassName
{
border-color: #280A03;
}
</style>