Shades of Seal Brown #28100B
Tints of Seal Brown #28100B
RGB
CMYK
RGB Variations
Color information
#28100B (or 0x28100B) is known color: Seal Brown. HEX triplet: 28, 10 and 0B. RGB value is (40,16,11). Sum of RGB (Red+Green+Blue) = 40+16+11=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #28100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28100B is #D7EFF4. Grayscale: #161616. Windows color (decimal): -14151669 or 725032. OLE color: 725032.
HSL color Cylindrical-coordinate representation of color #28100B: hue angle of 10.34º 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 #28100B is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 16 | 11 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.84 |
| HSL | 10.34º | 0.57% | 0.1% | - |
| HSV(B) | 10.34º | 0.73% | 0.16% | - |
| XYZ | 1.12 | 0.85 | 0.42 | - |
| YUV | 22.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 11 | 0 | 0.60 | 0.72 | 0.84 | 10.34 | 0.57 | 0.1 |
| Hex | 28 | 10 | B | 0 | 3C | 48 | 54 | A | 39 | A |
| Octal | 50 | 20 | 13 | 0 | 74 | 110 | 124 | 12 | 71 | 12 |
| Binary | 101000 | 10000 | 1011 | 0 | 111100 | 1001000 | 1010100 | 1010 | 111001 | 1010 |
Color Harmonies of #28100B
Complementary color
Monochromatic Colors of #28100B
Black with #28100B
Text Example
Text Example
White with #28100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28100B; }
p { color: rgb(40,16,11); }
H1.HeaderClassName
{
color: #28100B;
}
.AnyTagClassName
{
color: #28100B;
}
</style>
background-color css
<style>
a { background-color: #28100B; }
a { background-color: rgb(40,16,11); }
div.DivClassName
{
background-color: #28100B;
}
.BgClassName
{
background-color: #28100B;
}
</style>
border-color css
<style>
span { border-color: #28100B; }
span { border-color: rgb(40,16,11); }
td.TdClassName
{
border-color: #28100B;
}
.TagClassName
{
border-color: #28100B;
}
</style>