Shades of Seal Brown #280701
Tints of Seal Brown #280701
RGB
CMYK
RGB Variations
Color information
#280701 (or 0x280701) is known color: Seal Brown. HEX triplet: 28, 07 and 01. RGB value is (40,7,1). Sum of RGB (Red+Green+Blue) = 40+7+1=48 (6% of max value = 765). Red value is 40 (16.02% from 255 or 83.33% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 40 - color contains mainly: red. Hex color #280701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280701 is #D7F8FE. Grayscale: #101010. Windows color (decimal): -14153983 or 67368. OLE color: 67368.
HSL color Cylindrical-coordinate representation of color #280701: hue angle of 9.23º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280701 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 7 | 1 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.84 |
| HSL | 9.23º | 0.95% | 0.08% | - |
| HSV(B) | 9.23º | 0.98% | 0.16% | - |
| XYZ | 0.96 | 0.61 | 0.1 | - |
| YUV | 16.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 1 | 0 | 0.83 | 0.98 | 0.84 | 9.23 | 0.95 | 0.08 |
| Hex | 28 | 7 | 1 | 0 | 53 | 62 | 54 | 9 | 5F | 8 |
| Octal | 50 | 7 | 1 | 0 | 123 | 142 | 124 | 11 | 137 | 10 |
| Binary | 101000 | 111 | 1 | 0 | 1010011 | 1100010 | 1010100 | 1001 | 1011111 | 1000 |
Color Harmonies of #280701
Complementary color
Monochromatic Colors of #280701
Black with #280701
Text Example
Text Example
White with #280701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280701; }
p { color: rgb(40,7,1); }
H1.HeaderClassName
{
color: #280701;
}
.AnyTagClassName
{
color: #280701;
}
</style>
background-color css
<style>
a { background-color: #280701; }
a { background-color: rgb(40,7,1); }
div.DivClassName
{
background-color: #280701;
}
.BgClassName
{
background-color: #280701;
}
</style>
border-color css
<style>
span { border-color: #280701; }
span { border-color: rgb(40,7,1); }
td.TdClassName
{
border-color: #280701;
}
.TagClassName
{
border-color: #280701;
}
</style>