Shades of Seal Brown #280504
Tints of Seal Brown #280504
RGB
CMYK
RGB Variations
Color information
#280504 (or 0x280504) is known color: Seal Brown. HEX triplet: 28, 05 and 04. RGB value is (40,5,4). Sum of RGB (Red+Green+Blue) = 40+5+4=49 (6% of max value = 765). Red value is 40 (16.02% from 255 or 81.63% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 40 - color contains mainly: red. Hex color #280504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280504 is #D7FAFB. Grayscale: #0F0F0F. Windows color (decimal): -14154492 or 263464. OLE color: 263464.
HSL color Cylindrical-coordinate representation of color #280504: hue angle of 1.67º 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 #280504 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 4 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.84 |
| HSL | 1.67º | 0.82% | 0.09% | - |
| HSV(B) | 1.67º | 0.9% | 0.16% | - |
| XYZ | 0.95 | 0.57 | 0.17 | - |
| YUV | 15.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 4 | 0 | 0.88 | 0.90 | 0.84 | 1.67 | 0.82 | 0.09 |
| Hex | 28 | 5 | 4 | 0 | 58 | 5A | 54 | 2 | 52 | 9 |
| Octal | 50 | 5 | 4 | 0 | 130 | 132 | 124 | 2 | 122 | 11 |
| Binary | 101000 | 101 | 100 | 0 | 1011000 | 1011010 | 1010100 | 10 | 1010010 | 1001 |
Color Harmonies of #280504
Complementary color
Monochromatic Colors of #280504
Black with #280504
Text Example
Text Example
White with #280504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280504; }
p { color: rgb(40,5,4); }
H1.HeaderClassName
{
color: #280504;
}
.AnyTagClassName
{
color: #280504;
}
</style>
background-color css
<style>
a { background-color: #280504; }
a { background-color: rgb(40,5,4); }
div.DivClassName
{
background-color: #280504;
}
.BgClassName
{
background-color: #280504;
}
</style>
border-color css
<style>
span { border-color: #280504; }
span { border-color: rgb(40,5,4); }
td.TdClassName
{
border-color: #280504;
}
.TagClassName
{
border-color: #280504;
}
</style>