Shades of Seal Brown #28110B
Tints of Seal Brown #28110B
RGB
CMYK
RGB Variations
Color information
#28110B (or 0x28110B) is known color: Seal Brown. HEX triplet: 28, 11 and 0B. RGB value is (40,17,11). Sum of RGB (Red+Green+Blue) = 40+17+11=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #28110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28110B is #D7EEF4. Grayscale: #171717. Windows color (decimal): -14151413 or 725288. OLE color: 725288.
HSL color Cylindrical-coordinate representation of color #28110B: hue angle of 12.41º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28110B is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 17 | 11 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.84 |
| HSL | 12.41º | 0.57% | 0.1% | - |
| HSV(B) | 12.41º | 0.73% | 0.16% | - |
| XYZ | 1.14 | 0.88 | 0.43 | - |
| YUV | 23.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 11 | 0 | 0.57 | 0.72 | 0.84 | 12.41 | 0.57 | 0.1 |
| Hex | 28 | 11 | B | 0 | 39 | 48 | 54 | C | 39 | A |
| Octal | 50 | 21 | 13 | 0 | 71 | 110 | 124 | 14 | 71 | 12 |
| Binary | 101000 | 10001 | 1011 | 0 | 111001 | 1001000 | 1010100 | 1100 | 111001 | 1010 |
Color Harmonies of #28110B
Complementary color
Monochromatic Colors of #28110B
Black with #28110B
Text Example
Text Example
White with #28110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28110B; }
p { color: rgb(40,17,11); }
H1.HeaderClassName
{
color: #28110B;
}
.AnyTagClassName
{
color: #28110B;
}
</style>
background-color css
<style>
a { background-color: #28110B; }
a { background-color: rgb(40,17,11); }
div.DivClassName
{
background-color: #28110B;
}
.BgClassName
{
background-color: #28110B;
}
</style>
border-color css
<style>
span { border-color: #28110B; }
span { border-color: rgb(40,17,11); }
td.TdClassName
{
border-color: #28110B;
}
.TagClassName
{
border-color: #28110B;
}
</style>