Shades of Seal Brown #48100B
Tints of Seal Brown #48100B
RGB
CMYK
RGB Variations
Color information
#48100B (or 0x48100B) is known color: Seal Brown. HEX triplet: 48, 10 and 0B. RGB value is (72,16,11). Sum of RGB (Red+Green+Blue) = 72+16+11=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #48100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48100B is #B7EFF4. Grayscale: #202020. Windows color (decimal): -12054517 or 725064. OLE color: 725064.
HSL color Cylindrical-coordinate representation of color #48100B: hue angle of 4.92º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48100B is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 16 | 11 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.72 |
| HSL | 4.92º | 0.73% | 0.16% | - |
| HSV(B) | 4.92º | 0.85% | 0.28% | - |
| XYZ | 2.92 | 1.77 | 0.5 | - |
| YUV | 32.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 11 | 0 | 0.78 | 0.85 | 0.72 | 4.92 | 0.73 | 0.16 |
| Hex | 48 | 10 | B | 0 | 4E | 55 | 48 | 5 | 49 | 10 |
| Octal | 110 | 20 | 13 | 0 | 116 | 125 | 110 | 5 | 111 | 20 |
| Binary | 1001000 | 10000 | 1011 | 0 | 1001110 | 1010101 | 1001000 | 101 | 1001001 | 10000 |
Color Harmonies of #48100B
Complementary color
Monochromatic Colors of #48100B
Black with #48100B
Text Example
Text Example
White with #48100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48100B; }
p { color: rgb(72,16,11); }
H1.HeaderClassName
{
color: #48100B;
}
.AnyTagClassName
{
color: #48100B;
}
</style>
background-color css
<style>
a { background-color: #48100B; }
a { background-color: rgb(72,16,11); }
div.DivClassName
{
background-color: #48100B;
}
.BgClassName
{
background-color: #48100B;
}
</style>
border-color css
<style>
span { border-color: #48100B; }
span { border-color: rgb(72,16,11); }
td.TdClassName
{
border-color: #48100B;
}
.TagClassName
{
border-color: #48100B;
}
</style>