Shades of Seal Brown #28110A
Tints of Seal Brown #28110A
RGB
CMYK
RGB Variations
Color information
#28110A (or 0x28110A) is known color: Seal Brown. HEX triplet: 28, 11 and 0A. RGB value is (40,17,10). Sum of RGB (Red+Green+Blue) = 40+17+10=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #28110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28110A is #D7EEF5. Grayscale: #171717. Windows color (decimal): -14151414 or 659752. OLE color: 659752.
HSL color Cylindrical-coordinate representation of color #28110A: hue angle of 14º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28110A is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 17 | 10 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.84 |
| HSL | 14º | 0.6% | 0.1% | - |
| HSV(B) | 14º | 0.75% | 0.16% | - |
| XYZ | 1.13 | 0.87 | 0.4 | - |
| YUV | 23.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 10 | 0 | 0.57 | 0.75 | 0.84 | 14 | 0.6 | 0.1 |
| Hex | 28 | 11 | A | 0 | 39 | 4B | 54 | E | 3C | A |
| Octal | 50 | 21 | 12 | 0 | 71 | 113 | 124 | 16 | 74 | 12 |
| Binary | 101000 | 10001 | 1010 | 0 | 111001 | 1001011 | 1010100 | 1110 | 111100 | 1010 |
Color Harmonies of #28110A
Complementary color
Monochromatic Colors of #28110A
Black with #28110A
Text Example
Text Example
White with #28110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28110A; }
p { color: rgb(40,17,10); }
H1.HeaderClassName
{
color: #28110A;
}
.AnyTagClassName
{
color: #28110A;
}
</style>
background-color css
<style>
a { background-color: #28110A; }
a { background-color: rgb(40,17,10); }
div.DivClassName
{
background-color: #28110A;
}
.BgClassName
{
background-color: #28110A;
}
</style>
border-color css
<style>
span { border-color: #28110A; }
span { border-color: rgb(40,17,10); }
td.TdClassName
{
border-color: #28110A;
}
.TagClassName
{
border-color: #28110A;
}
</style>