Shades of Seal Brown #28110E
Tints of Seal Brown #28110E
RGB
CMYK
RGB Variations
Color information
#28110E (or 0x28110E) is known color: Seal Brown. HEX triplet: 28, 11 and 0E. RGB value is (40,17,14). Sum of RGB (Red+Green+Blue) = 40+17+14=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #28110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28110E is #D7EEF1. Grayscale: #171717. Windows color (decimal): -14151410 or 921896. OLE color: 921896.
HSL color Cylindrical-coordinate representation of color #28110E: hue angle of 6.92º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28110E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 17 | 14 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.84 |
| HSL | 6.92º | 0.48% | 0.11% | - |
| HSV(B) | 6.92º | 0.65% | 0.16% | - |
| XYZ | 1.15 | 0.88 | 0.53 | - |
| YUV | 23.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 14 | 0 | 0.57 | 0.65 | 0.84 | 6.92 | 0.48 | 0.11 |
| Hex | 28 | 11 | E | 0 | 39 | 41 | 54 | 7 | 30 | B |
| Octal | 50 | 21 | 16 | 0 | 71 | 101 | 124 | 7 | 60 | 13 |
| Binary | 101000 | 10001 | 1110 | 0 | 111001 | 1000001 | 1010100 | 111 | 110000 | 1011 |
Color Harmonies of #28110E
Complementary color
Monochromatic Colors of #28110E
Black with #28110E
Text Example
Text Example
White with #28110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28110E; }
p { color: rgb(40,17,14); }
H1.HeaderClassName
{
color: #28110E;
}
.AnyTagClassName
{
color: #28110E;
}
</style>
background-color css
<style>
a { background-color: #28110E; }
a { background-color: rgb(40,17,14); }
div.DivClassName
{
background-color: #28110E;
}
.BgClassName
{
background-color: #28110E;
}
</style>
border-color css
<style>
span { border-color: #28110E; }
span { border-color: rgb(40,17,14); }
td.TdClassName
{
border-color: #28110E;
}
.TagClassName
{
border-color: #28110E;
}
</style>