Shades of Seal Brown #280E09
Tints of Seal Brown #280E09
RGB
CMYK
RGB Variations
Color information
#280E09 (or 0x280E09) is known color: Seal Brown. HEX triplet: 28, 0E and 09. RGB value is (40,14,9). Sum of RGB (Red+Green+Blue) = 40+14+9=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E09 is #D7F1F6. Grayscale: #151515. Windows color (decimal): -14152183 or 593448. OLE color: 593448.
HSL color Cylindrical-coordinate representation of color #280E09: hue angle of 9.68º 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 #280E09 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 9 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.84 |
| HSL | 9.68º | 0.63% | 0.1% | - |
| HSV(B) | 9.68º | 0.78% | 0.16% | - |
| XYZ | 1.08 | 0.78 | 0.35 | - |
| YUV | 21.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 9 | 0 | 0.65 | 0.78 | 0.84 | 9.68 | 0.63 | 0.1 |
| Hex | 28 | E | 9 | 0 | 41 | 4E | 54 | A | 3F | A |
| Octal | 50 | 16 | 11 | 0 | 101 | 116 | 124 | 12 | 77 | 12 |
| Binary | 101000 | 1110 | 1001 | 0 | 1000001 | 1001110 | 1010100 | 1010 | 111111 | 1010 |
Color Harmonies of #280E09
Complementary color
Monochromatic Colors of #280E09
Black with #280E09
Text Example
Text Example
White with #280E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E09; }
p { color: rgb(40,14,9); }
H1.HeaderClassName
{
color: #280E09;
}
.AnyTagClassName
{
color: #280E09;
}
</style>
background-color css
<style>
a { background-color: #280E09; }
a { background-color: rgb(40,14,9); }
div.DivClassName
{
background-color: #280E09;
}
.BgClassName
{
background-color: #280E09;
}
</style>
border-color css
<style>
span { border-color: #280E09; }
span { border-color: rgb(40,14,9); }
td.TdClassName
{
border-color: #280E09;
}
.TagClassName
{
border-color: #280E09;
}
</style>