Shades of Seal Brown #48110C
Tints of Seal Brown #48110C
RGB
CMYK
RGB Variations
Color information
#48110C (or 0x48110C) is known color: Seal Brown. HEX triplet: 48, 11 and 0C. RGB value is (72,17,12). Sum of RGB (Red+Green+Blue) = 72+17+12=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #48110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48110C is #B7EEF3. Grayscale: #202020. Windows color (decimal): -12054260 or 790856. OLE color: 790856.
HSL color Cylindrical-coordinate representation of color #48110C: hue angle of 5º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48110C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 12 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.72 |
| HSL | 5º | 0.71% | 0.16% | - |
| HSV(B) | 5º | 0.83% | 0.28% | - |
| XYZ | 2.94 | 1.81 | 0.54 | - |
| YUV | 32.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 12 | 0 | 0.76 | 0.83 | 0.72 | 5 | 0.71 | 0.16 |
| Hex | 48 | 11 | C | 0 | 4C | 53 | 48 | 5 | 47 | 10 |
| Octal | 110 | 21 | 14 | 0 | 114 | 123 | 110 | 5 | 107 | 20 |
| Binary | 1001000 | 10001 | 1100 | 0 | 1001100 | 1010011 | 1001000 | 101 | 1000111 | 10000 |
Color Harmonies of #48110C
Complementary color
Monochromatic Colors of #48110C
Black with #48110C
Text Example
Text Example
White with #48110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48110C; }
p { color: rgb(72,17,12); }
H1.HeaderClassName
{
color: #48110C;
}
.AnyTagClassName
{
color: #48110C;
}
</style>
background-color css
<style>
a { background-color: #48110C; }
a { background-color: rgb(72,17,12); }
div.DivClassName
{
background-color: #48110C;
}
.BgClassName
{
background-color: #48110C;
}
</style>
border-color css
<style>
span { border-color: #48110C; }
span { border-color: rgb(72,17,12); }
td.TdClassName
{
border-color: #48110C;
}
.TagClassName
{
border-color: #48110C;
}
</style>