Shades of Seal Brown #48120E
Tints of Seal Brown #48120E
RGB
CMYK
RGB Variations
Color information
#48120E (or 0x48120E) is known color: Seal Brown. HEX triplet: 48, 12 and 0E. RGB value is (72,18,14). Sum of RGB (Red+Green+Blue) = 72+18+14=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48120E is #B7EDF1. Grayscale: #212121. Windows color (decimal): -12054002 or 922184. OLE color: 922184.
HSL color Cylindrical-coordinate representation of color #48120E: hue angle of 4.14º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48120E is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 14 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.72 |
| HSL | 4.14º | 0.67% | 0.17% | - |
| HSV(B) | 4.14º | 0.81% | 0.28% | - |
| XYZ | 2.97 | 1.84 | 0.61 | - |
| YUV | 33.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 14 | 0 | 0.75 | 0.81 | 0.72 | 4.14 | 0.67 | 0.17 |
| Hex | 48 | 12 | E | 0 | 4B | 51 | 48 | 4 | 43 | 11 |
| Octal | 110 | 22 | 16 | 0 | 113 | 121 | 110 | 4 | 103 | 21 |
| Binary | 1001000 | 10010 | 1110 | 0 | 1001011 | 1010001 | 1001000 | 100 | 1000011 | 10001 |
Color Harmonies of #48120E
Complementary color
Monochromatic Colors of #48120E
Black with #48120E
Text Example
Text Example
White with #48120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48120E; }
p { color: rgb(72,18,14); }
H1.HeaderClassName
{
color: #48120E;
}
.AnyTagClassName
{
color: #48120E;
}
</style>
background-color css
<style>
a { background-color: #48120E; }
a { background-color: rgb(72,18,14); }
div.DivClassName
{
background-color: #48120E;
}
.BgClassName
{
background-color: #48120E;
}
</style>
border-color css
<style>
span { border-color: #48120E; }
span { border-color: rgb(72,18,14); }
td.TdClassName
{
border-color: #48120E;
}
.TagClassName
{
border-color: #48120E;
}
</style>