Shades of Seal Brown #48130C
Tints of Seal Brown #48130C
RGB
CMYK
RGB Variations
Color information
#48130C (or 0x48130C) is known color: Seal Brown. HEX triplet: 48, 13 and 0C. RGB value is (72,19,12). Sum of RGB (Red+Green+Blue) = 72+19+12=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48130C is #B7ECF3. Grayscale: #222222. Windows color (decimal): -12053748 or 791368. OLE color: 791368.
HSL color Cylindrical-coordinate representation of color #48130C: hue angle of 7º 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 #48130C is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 12 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.72 |
| HSL | 7º | 0.71% | 0.16% | - |
| HSV(B) | 7º | 0.83% | 0.28% | - |
| XYZ | 2.97 | 1.87 | 0.55 | - |
| YUV | 34.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 12 | 0 | 0.74 | 0.83 | 0.72 | 7 | 0.71 | 0.16 |
| Hex | 48 | 13 | C | 0 | 4A | 53 | 48 | 7 | 47 | 10 |
| Octal | 110 | 23 | 14 | 0 | 112 | 123 | 110 | 7 | 107 | 20 |
| Binary | 1001000 | 10011 | 1100 | 0 | 1001010 | 1010011 | 1001000 | 111 | 1000111 | 10000 |
Color Harmonies of #48130C
Complementary color
Monochromatic Colors of #48130C
Black with #48130C
Text Example
Text Example
White with #48130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48130C; }
p { color: rgb(72,19,12); }
H1.HeaderClassName
{
color: #48130C;
}
.AnyTagClassName
{
color: #48130C;
}
</style>
background-color css
<style>
a { background-color: #48130C; }
a { background-color: rgb(72,19,12); }
div.DivClassName
{
background-color: #48130C;
}
.BgClassName
{
background-color: #48130C;
}
</style>
border-color css
<style>
span { border-color: #48130C; }
span { border-color: rgb(72,19,12); }
td.TdClassName
{
border-color: #48130C;
}
.TagClassName
{
border-color: #48130C;
}
</style>