Shades of Seal Brown #481107
Tints of Seal Brown #481107
RGB
CMYK
RGB Variations
Color information
#481107 (or 0x481107) is known color: Seal Brown. HEX triplet: 48, 11 and 07. RGB value is (72,17,7). Sum of RGB (Red+Green+Blue) = 72+17+7=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481107 is #B7EEF8. Grayscale: #202020. Windows color (decimal): -12054265 or 463176. OLE color: 463176.
HSL color Cylindrical-coordinate representation of color #481107: hue angle of 9.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #481107 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 7 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.72 |
| HSL | 9.23º | 0.82% | 0.15% | - |
| HSV(B) | 9.23º | 0.9% | 0.28% | - |
| XYZ | 2.91 | 1.79 | 0.39 | - |
| YUV | 32.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 7 | 0 | 0.76 | 0.90 | 0.72 | 9.23 | 0.82 | 0.15 |
| Hex | 48 | 11 | 7 | 0 | 4C | 5A | 48 | 9 | 52 | F |
| Octal | 110 | 21 | 7 | 0 | 114 | 132 | 110 | 11 | 122 | 17 |
| Binary | 1001000 | 10001 | 111 | 0 | 1001100 | 1011010 | 1001000 | 1001 | 1010010 | 1111 |
Color Harmonies of #481107
Complementary color
Monochromatic Colors of #481107
Black with #481107
Text Example
Text Example
White with #481107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481107; }
p { color: rgb(72,17,7); }
H1.HeaderClassName
{
color: #481107;
}
.AnyTagClassName
{
color: #481107;
}
</style>
background-color css
<style>
a { background-color: #481107; }
a { background-color: rgb(72,17,7); }
div.DivClassName
{
background-color: #481107;
}
.BgClassName
{
background-color: #481107;
}
</style>
border-color css
<style>
span { border-color: #481107; }
span { border-color: rgb(72,17,7); }
td.TdClassName
{
border-color: #481107;
}
.TagClassName
{
border-color: #481107;
}
</style>