Shades of Seal Brown #280B07
Tints of Seal Brown #280B07
RGB
CMYK
RGB Variations
Color information
#280B07 (or 0x280B07) is known color: Seal Brown. HEX triplet: 28, 0B and 07. RGB value is (40,11,7). Sum of RGB (Red+Green+Blue) = 40+11+7=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B07 is #D7F4F8. Grayscale: #131313. Windows color (decimal): -14152953 or 461608. OLE color: 461608.
HSL color Cylindrical-coordinate representation of color #280B07: hue angle of 7.27º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280B07 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 7 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.84 |
| HSL | 7.27º | 0.7% | 0.09% | - |
| HSV(B) | 7.27º | 0.83% | 0.16% | - |
| XYZ | 1.03 | 0.71 | 0.28 | - |
| YUV | 19.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 7 | 0 | 0.72 | 0.83 | 0.84 | 7.27 | 0.7 | 0.09 |
| Hex | 28 | B | 7 | 0 | 48 | 53 | 54 | 7 | 46 | 9 |
| Octal | 50 | 13 | 7 | 0 | 110 | 123 | 124 | 7 | 106 | 11 |
| Binary | 101000 | 1011 | 111 | 0 | 1001000 | 1010011 | 1010100 | 111 | 1000110 | 1001 |
Color Harmonies of #280B07
Complementary color
Monochromatic Colors of #280B07
Black with #280B07
Text Example
Text Example
White with #280B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B07; }
p { color: rgb(40,11,7); }
H1.HeaderClassName
{
color: #280B07;
}
.AnyTagClassName
{
color: #280B07;
}
</style>
background-color css
<style>
a { background-color: #280B07; }
a { background-color: rgb(40,11,7); }
div.DivClassName
{
background-color: #280B07;
}
.BgClassName
{
background-color: #280B07;
}
</style>
border-color css
<style>
span { border-color: #280B07; }
span { border-color: rgb(40,11,7); }
td.TdClassName
{
border-color: #280B07;
}
.TagClassName
{
border-color: #280B07;
}
</style>