Shades of Seal Brown #481211
Tints of Seal Brown #481211
RGB
CMYK
RGB Variations
Color information
#481211 (or 0x481211) is known color: Seal Brown. HEX triplet: 48, 12 and 11. RGB value is (72,18,17). Sum of RGB (Red+Green+Blue) = 72+18+17=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481211 is #B7EDEE. Grayscale: #222222. Windows color (decimal): -12053999 or 1118792. OLE color: 1118792.
HSL color Cylindrical-coordinate representation of color #481211: hue angle of 1.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481211 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 17 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.72 |
| HSL | 1.09º | 0.62% | 0.17% | - |
| HSV(B) | 1.09º | 0.76% | 0.28% | - |
| XYZ | 2.99 | 1.85 | 0.73 | - |
| YUV | 34.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 17 | 0 | 0.75 | 0.76 | 0.72 | 1.09 | 0.62 | 0.17 |
| Hex | 48 | 12 | 11 | 0 | 4B | 4C | 48 | 1 | 3E | 11 |
| Octal | 110 | 22 | 21 | 0 | 113 | 114 | 110 | 1 | 76 | 21 |
| Binary | 1001000 | 10010 | 10001 | 0 | 1001011 | 1001100 | 1001000 | 1 | 111110 | 10001 |
Color Harmonies of #481211
Complementary color
Monochromatic Colors of #481211
Black with #481211
Text Example
Text Example
White with #481211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481211; }
p { color: rgb(72,18,17); }
H1.HeaderClassName
{
color: #481211;
}
.AnyTagClassName
{
color: #481211;
}
</style>
background-color css
<style>
a { background-color: #481211; }
a { background-color: rgb(72,18,17); }
div.DivClassName
{
background-color: #481211;
}
.BgClassName
{
background-color: #481211;
}
</style>
border-color css
<style>
span { border-color: #481211; }
span { border-color: rgb(72,18,17); }
td.TdClassName
{
border-color: #481211;
}
.TagClassName
{
border-color: #481211;
}
</style>