Shades of Seal Brown #280404
Tints of Seal Brown #280404
RGB
CMYK
RGB Variations
Color information
#280404 (or 0x280404) is known color: Seal Brown. HEX triplet: 28, 04 and 04. RGB value is (40,4,4). Sum of RGB (Red+Green+Blue) = 40+4+4=48 (6% of max value = 765). Red value is 40 (16.02% from 255 or 83.33% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 40 - color contains mainly: red. Hex color #280404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280404 is #D7FBFB. Grayscale: #0E0E0E. Windows color (decimal): -14154748 or 263208. OLE color: 263208.
HSL color Cylindrical-coordinate representation of color #280404: hue angle of 0º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280404 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 4 | 4 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.84 |
| HSL | 0º | 0.82% | 0.09% | - |
| HSV(B) | 0º | 0.9% | 0.16% | - |
| XYZ | 0.94 | 0.55 | 0.17 | - |
| YUV | 14.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 4 | 0 | 0.90 | 0.90 | 0.84 | 0 | 0.82 | 0.09 |
| Hex | 28 | 4 | 4 | 0 | 5A | 5A | 54 | 0 | 52 | 9 |
| Octal | 50 | 4 | 4 | 0 | 132 | 132 | 124 | 0 | 122 | 11 |
| Binary | 101000 | 100 | 100 | 0 | 1011010 | 1011010 | 1010100 | 0 | 1010010 | 1001 |
Color Harmonies of #280404
Complementary color
Monochromatic Colors of #280404
Black with #280404
Text Example
Text Example
White with #280404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280404; }
p { color: rgb(40,4,4); }
H1.HeaderClassName
{
color: #280404;
}
.AnyTagClassName
{
color: #280404;
}
</style>
background-color css
<style>
a { background-color: #280404; }
a { background-color: rgb(40,4,4); }
div.DivClassName
{
background-color: #280404;
}
.BgClassName
{
background-color: #280404;
}
</style>
border-color css
<style>
span { border-color: #280404; }
span { border-color: rgb(40,4,4); }
td.TdClassName
{
border-color: #280404;
}
.TagClassName
{
border-color: #280404;
}
</style>