Shades of Seal Brown #280703
Tints of Seal Brown #280703
RGB
CMYK
RGB Variations
Color information
#280703 (or 0x280703) is known color: Seal Brown. HEX triplet: 28, 07 and 03. RGB value is (40,7,3). Sum of RGB (Red+Green+Blue) = 40+7+3=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280703 is #D7F8FC. Grayscale: #101010. Windows color (decimal): -14153981 or 198440. OLE color: 198440.
HSL color Cylindrical-coordinate representation of color #280703: hue angle of 6.49º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280703 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 7 | 3 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.84 |
| HSL | 6.49º | 0.86% | 0.08% | - |
| HSV(B) | 6.49º | 0.93% | 0.16% | - |
| XYZ | 0.97 | 0.61 | 0.15 | - |
| YUV | 16.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 3 | 0 | 0.83 | 0.93 | 0.84 | 6.49 | 0.86 | 0.08 |
| Hex | 28 | 7 | 3 | 0 | 53 | 5D | 54 | 6 | 56 | 8 |
| Octal | 50 | 7 | 3 | 0 | 123 | 135 | 124 | 6 | 126 | 10 |
| Binary | 101000 | 111 | 11 | 0 | 1010011 | 1011101 | 1010100 | 110 | 1010110 | 1000 |
Color Harmonies of #280703
Complementary color
Monochromatic Colors of #280703
Black with #280703
Text Example
Text Example
White with #280703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280703; }
p { color: rgb(40,7,3); }
H1.HeaderClassName
{
color: #280703;
}
.AnyTagClassName
{
color: #280703;
}
</style>
background-color css
<style>
a { background-color: #280703; }
a { background-color: rgb(40,7,3); }
div.DivClassName
{
background-color: #280703;
}
.BgClassName
{
background-color: #280703;
}
</style>
border-color css
<style>
span { border-color: #280703; }
span { border-color: rgb(40,7,3); }
td.TdClassName
{
border-color: #280703;
}
.TagClassName
{
border-color: #280703;
}
</style>