Shades of Seal Brown #48150E
Tints of Seal Brown #48150E
RGB
CMYK
RGB Variations
Color information
#48150E (or 0x48150E) is known color: Seal Brown. HEX triplet: 48, 15 and 0E. RGB value is (72,21,14). Sum of RGB (Red+Green+Blue) = 72+21+14=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48150E is #B7EAF1. Grayscale: #232323. Windows color (decimal): -12053234 or 922952. OLE color: 922952.
HSL color Cylindrical-coordinate representation of color #48150E: hue angle of 7.24º 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 #48150E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 14 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.72 |
| HSL | 7.24º | 0.67% | 0.17% | - |
| HSV(B) | 7.24º | 0.81% | 0.28% | - |
| XYZ | 3.02 | 1.95 | 0.63 | - |
| YUV | 35.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 14 | 0 | 0.71 | 0.81 | 0.72 | 7.24 | 0.67 | 0.17 |
| Hex | 48 | 15 | E | 0 | 47 | 51 | 48 | 7 | 43 | 11 |
| Octal | 110 | 25 | 16 | 0 | 107 | 121 | 110 | 7 | 103 | 21 |
| Binary | 1001000 | 10101 | 1110 | 0 | 1000111 | 1010001 | 1001000 | 111 | 1000011 | 10001 |
Color Harmonies of #48150E
Complementary color
Monochromatic Colors of #48150E
Black with #48150E
Text Example
Text Example
White with #48150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48150E; }
p { color: rgb(72,21,14); }
H1.HeaderClassName
{
color: #48150E;
}
.AnyTagClassName
{
color: #48150E;
}
</style>
background-color css
<style>
a { background-color: #48150E; }
a { background-color: rgb(72,21,14); }
div.DivClassName
{
background-color: #48150E;
}
.BgClassName
{
background-color: #48150E;
}
</style>
border-color css
<style>
span { border-color: #48150E; }
span { border-color: rgb(72,21,14); }
td.TdClassName
{
border-color: #48150E;
}
.TagClassName
{
border-color: #48150E;
}
</style>