Shades of Seal Brown #280706
Tints of Seal Brown #280706
RGB
CMYK
RGB Variations
Color information
#280706 (or 0x280706) is known color: Seal Brown. HEX triplet: 28, 07 and 06. RGB value is (40,7,6). Sum of RGB (Red+Green+Blue) = 40+7+6=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #280706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280706 is #D7F8F9. Grayscale: #101010. Windows color (decimal): -14153978 or 395048. OLE color: 395048.
HSL color Cylindrical-coordinate representation of color #280706: hue angle of 1.76º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280706 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 7 | 6 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.84 |
| HSL | 1.76º | 0.74% | 0.09% | - |
| HSV(B) | 1.76º | 0.85% | 0.16% | - |
| XYZ | 0.98 | 0.62 | 0.24 | - |
| YUV | 16.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 6 | 0 | 0.83 | 0.85 | 0.84 | 1.76 | 0.74 | 0.09 |
| Hex | 28 | 7 | 6 | 0 | 53 | 55 | 54 | 2 | 4A | 9 |
| Octal | 50 | 7 | 6 | 0 | 123 | 125 | 124 | 2 | 112 | 11 |
| Binary | 101000 | 111 | 110 | 0 | 1010011 | 1010101 | 1010100 | 10 | 1001010 | 1001 |
Color Harmonies of #280706
Complementary color
Monochromatic Colors of #280706
Black with #280706
Text Example
Text Example
White with #280706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280706; }
p { color: rgb(40,7,6); }
H1.HeaderClassName
{
color: #280706;
}
.AnyTagClassName
{
color: #280706;
}
</style>
background-color css
<style>
a { background-color: #280706; }
a { background-color: rgb(40,7,6); }
div.DivClassName
{
background-color: #280706;
}
.BgClassName
{
background-color: #280706;
}
</style>
border-color css
<style>
span { border-color: #280706; }
span { border-color: rgb(40,7,6); }
td.TdClassName
{
border-color: #280706;
}
.TagClassName
{
border-color: #280706;
}
</style>