Shades of Seal Brown #28150E
Tints of Seal Brown #28150E
RGB
CMYK
RGB Variations
Color information
#28150E (or 0x28150E) is known color: Seal Brown. HEX triplet: 28, 15 and 0E. RGB value is (40,21,14). Sum of RGB (Red+Green+Blue) = 40+21+14=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150E is #D7EAF1. Grayscale: #191919. Windows color (decimal): -14150386 or 922920. OLE color: 922920.
HSL color Cylindrical-coordinate representation of color #28150E: hue angle of 16.15º 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 #28150E is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 14 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.84 |
| HSL | 16.15º | 0.48% | 0.11% | - |
| HSV(B) | 16.15º | 0.65% | 0.16% | - |
| XYZ | 1.22 | 1.02 | 0.55 | - |
| YUV | 25.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 14 | 0 | 0.48 | 0.65 | 0.84 | 16.15 | 0.48 | 0.11 |
| Hex | 28 | 15 | E | 0 | 30 | 41 | 54 | 10 | 30 | B |
| Octal | 50 | 25 | 16 | 0 | 60 | 101 | 124 | 20 | 60 | 13 |
| Binary | 101000 | 10101 | 1110 | 0 | 110000 | 1000001 | 1010100 | 10000 | 110000 | 1011 |
Color Harmonies of #28150E
Complementary color
Monochromatic Colors of #28150E
Black with #28150E
Text Example
Text Example
White with #28150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28150E; }
p { color: rgb(40,21,14); }
H1.HeaderClassName
{
color: #28150E;
}
.AnyTagClassName
{
color: #28150E;
}
</style>
background-color css
<style>
a { background-color: #28150E; }
a { background-color: rgb(40,21,14); }
div.DivClassName
{
background-color: #28150E;
}
.BgClassName
{
background-color: #28150E;
}
</style>
border-color css
<style>
span { border-color: #28150E; }
span { border-color: rgb(40,21,14); }
td.TdClassName
{
border-color: #28150E;
}
.TagClassName
{
border-color: #28150E;
}
</style>