Shades of Seal Brown #280A02
Tints of Seal Brown #280A02
RGB
CMYK
RGB Variations
Color information
#280A02 (or 0x280A02) is known color: Seal Brown. HEX triplet: 28, 0A and 02. RGB value is (40,10,2). Sum of RGB (Red+Green+Blue) = 40+10+2=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #280A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A02 is #D7F5FD. Grayscale: #121212. Windows color (decimal): -14153214 or 133672. OLE color: 133672.
HSL color Cylindrical-coordinate representation of color #280A02: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280A02 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 2 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.84 |
| HSL | 12.63º | 0.9% | 0.08% | - |
| HSV(B) | 12.63º | 0.95% | 0.16% | - |
| XYZ | 0.99 | 0.67 | 0.13 | - |
| YUV | 18.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 2 | 0 | 0.75 | 0.95 | 0.84 | 12.63 | 0.9 | 0.08 |
| Hex | 28 | A | 2 | 0 | 4B | 5F | 54 | D | 5A | 8 |
| Octal | 50 | 12 | 2 | 0 | 113 | 137 | 124 | 15 | 132 | 10 |
| Binary | 101000 | 1010 | 10 | 0 | 1001011 | 1011111 | 1010100 | 1101 | 1011010 | 1000 |
Color Harmonies of #280A02
Complementary color
Monochromatic Colors of #280A02
Black with #280A02
Text Example
Text Example
White with #280A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A02; }
p { color: rgb(40,10,2); }
H1.HeaderClassName
{
color: #280A02;
}
.AnyTagClassName
{
color: #280A02;
}
</style>
background-color css
<style>
a { background-color: #280A02; }
a { background-color: rgb(40,10,2); }
div.DivClassName
{
background-color: #280A02;
}
.BgClassName
{
background-color: #280A02;
}
</style>
border-color css
<style>
span { border-color: #280A02; }
span { border-color: rgb(40,10,2); }
td.TdClassName
{
border-color: #280A02;
}
.TagClassName
{
border-color: #280A02;
}
</style>