Shades of Seal Brown #280902
Tints of Seal Brown #280902
RGB
CMYK
RGB Variations
Color information
#280902 (or 0x280902) is known color: Seal Brown. HEX triplet: 28, 09 and 02. RGB value is (40,9,2). Sum of RGB (Red+Green+Blue) = 40+9+2=51 (6% of max value = 765). Red value is 40 (16.02% from 255 or 78.43% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 40 - color contains mainly: red. Hex color #280902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280902 is #D7F6FD. Grayscale: #111111. Windows color (decimal): -14153470 or 133416. OLE color: 133416.
HSL color Cylindrical-coordinate representation of color #280902: hue angle of 11.05º 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 #280902 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 9 | 2 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.84 |
| HSL | 11.05º | 0.9% | 0.08% | - |
| HSV(B) | 11.05º | 0.95% | 0.16% | - |
| XYZ | 0.98 | 0.65 | 0.13 | - |
| YUV | 17.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 2 | 0 | 0.78 | 0.95 | 0.84 | 11.05 | 0.9 | 0.08 |
| Hex | 28 | 9 | 2 | 0 | 4E | 5F | 54 | B | 5A | 8 |
| Octal | 50 | 11 | 2 | 0 | 116 | 137 | 124 | 13 | 132 | 10 |
| Binary | 101000 | 1001 | 10 | 0 | 1001110 | 1011111 | 1010100 | 1011 | 1011010 | 1000 |
Color Harmonies of #280902
Complementary color
Monochromatic Colors of #280902
Black with #280902
Text Example
Text Example
White with #280902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280902; }
p { color: rgb(40,9,2); }
H1.HeaderClassName
{
color: #280902;
}
.AnyTagClassName
{
color: #280902;
}
</style>
background-color css
<style>
a { background-color: #280902; }
a { background-color: rgb(40,9,2); }
div.DivClassName
{
background-color: #280902;
}
.BgClassName
{
background-color: #280902;
}
</style>
border-color css
<style>
span { border-color: #280902; }
span { border-color: rgb(40,9,2); }
td.TdClassName
{
border-color: #280902;
}
.TagClassName
{
border-color: #280902;
}
</style>