Shades of Seal Brown #28100E
Tints of Seal Brown #28100E
RGB
CMYK
RGB Variations
Color information
#28100E (or 0x28100E) is known color: Seal Brown. HEX triplet: 28, 10 and 0E. RGB value is (40,16,14). Sum of RGB (Red+Green+Blue) = 40+16+14=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #28100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28100E is #D7EFF1. Grayscale: #161616. Windows color (decimal): -14151666 or 921640. OLE color: 921640.
HSL color Cylindrical-coordinate representation of color #28100E: hue angle of 4.62º 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 #28100E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 16 | 14 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.84 |
| HSL | 4.62º | 0.48% | 0.11% | - |
| HSV(B) | 4.62º | 0.65% | 0.16% | - |
| XYZ | 1.14 | 0.85 | 0.52 | - |
| YUV | 22.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 14 | 0 | 0.60 | 0.65 | 0.84 | 4.62 | 0.48 | 0.11 |
| Hex | 28 | 10 | E | 0 | 3C | 41 | 54 | 5 | 30 | B |
| Octal | 50 | 20 | 16 | 0 | 74 | 101 | 124 | 5 | 60 | 13 |
| Binary | 101000 | 10000 | 1110 | 0 | 111100 | 1000001 | 1010100 | 101 | 110000 | 1011 |
Color Harmonies of #28100E
Complementary color
Monochromatic Colors of #28100E
Black with #28100E
Text Example
Text Example
White with #28100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28100E; }
p { color: rgb(40,16,14); }
H1.HeaderClassName
{
color: #28100E;
}
.AnyTagClassName
{
color: #28100E;
}
</style>
background-color css
<style>
a { background-color: #28100E; }
a { background-color: rgb(40,16,14); }
div.DivClassName
{
background-color: #28100E;
}
.BgClassName
{
background-color: #28100E;
}
</style>
border-color css
<style>
span { border-color: #28100E; }
span { border-color: rgb(40,16,14); }
td.TdClassName
{
border-color: #28100E;
}
.TagClassName
{
border-color: #28100E;
}
</style>