Shades of Seal Brown #280705
Tints of Seal Brown #280705
RGB
CMYK
RGB Variations
Color information
#280705 (or 0x280705) is known color: Seal Brown. HEX triplet: 28, 07 and 05. RGB value is (40,7,5). Sum of RGB (Red+Green+Blue) = 40+7+5=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #280705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280705 is #D7F8FA. Grayscale: #101010. Windows color (decimal): -14153979 or 329512. OLE color: 329512.
HSL color Cylindrical-coordinate representation of color #280705: hue angle of 3.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280705 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 7 | 5 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.84 |
| HSL | 3.43º | 0.78% | 0.09% | - |
| HSV(B) | 3.43º | 0.88% | 0.16% | - |
| XYZ | 0.98 | 0.61 | 0.21 | - |
| YUV | 16.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 5 | 0 | 0.83 | 0.88 | 0.84 | 3.43 | 0.78 | 0.09 |
| Hex | 28 | 7 | 5 | 0 | 53 | 58 | 54 | 3 | 4E | 9 |
| Octal | 50 | 7 | 5 | 0 | 123 | 130 | 124 | 3 | 116 | 11 |
| Binary | 101000 | 111 | 101 | 0 | 1010011 | 1011000 | 1010100 | 11 | 1001110 | 1001 |
Color Harmonies of #280705
Complementary color
Monochromatic Colors of #280705
Black with #280705
Text Example
Text Example
White with #280705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280705; }
p { color: rgb(40,7,5); }
H1.HeaderClassName
{
color: #280705;
}
.AnyTagClassName
{
color: #280705;
}
</style>
background-color css
<style>
a { background-color: #280705; }
a { background-color: rgb(40,7,5); }
div.DivClassName
{
background-color: #280705;
}
.BgClassName
{
background-color: #280705;
}
</style>
border-color css
<style>
span { border-color: #280705; }
span { border-color: rgb(40,7,5); }
td.TdClassName
{
border-color: #280705;
}
.TagClassName
{
border-color: #280705;
}
</style>