Shades of Seal Brown #481106
Tints of Seal Brown #481106
RGB
CMYK
RGB Variations
Color information
#481106 (or 0x481106) is known color: Seal Brown. HEX triplet: 48, 11 and 06. RGB value is (72,17,6). Sum of RGB (Red+Green+Blue) = 72+17+6=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481106 is #B7EEF9. Grayscale: #202020. Windows color (decimal): -12054266 or 397640. OLE color: 397640.
HSL color Cylindrical-coordinate representation of color #481106: hue angle of 10º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #481106 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 6 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.72 |
| HSL | 10º | 0.85% | 0.15% | - |
| HSV(B) | 10º | 0.92% | 0.28% | - |
| XYZ | 2.91 | 1.79 | 0.36 | - |
| YUV | 32.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 6 | 0 | 0.76 | 0.92 | 0.72 | 10 | 0.85 | 0.15 |
| Hex | 48 | 11 | 6 | 0 | 4C | 5C | 48 | A | 55 | F |
| Octal | 110 | 21 | 6 | 0 | 114 | 134 | 110 | 12 | 125 | 17 |
| Binary | 1001000 | 10001 | 110 | 0 | 1001100 | 1011100 | 1001000 | 1010 | 1010101 | 1111 |
Color Harmonies of #481106
Complementary color
Monochromatic Colors of #481106
Black with #481106
Text Example
Text Example
White with #481106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481106; }
p { color: rgb(72,17,6); }
H1.HeaderClassName
{
color: #481106;
}
.AnyTagClassName
{
color: #481106;
}
</style>
background-color css
<style>
a { background-color: #481106; }
a { background-color: rgb(72,17,6); }
div.DivClassName
{
background-color: #481106;
}
.BgClassName
{
background-color: #481106;
}
</style>
border-color css
<style>
span { border-color: #481106; }
span { border-color: rgb(72,17,6); }
td.TdClassName
{
border-color: #481106;
}
.TagClassName
{
border-color: #481106;
}
</style>