Shades of Seal Brown #481511
Tints of Seal Brown #481511
RGB
CMYK
RGB Variations
Color information
#481511 (or 0x481511) is known color: Seal Brown. HEX triplet: 48, 15 and 11. RGB value is (72,21,17). Sum of RGB (Red+Green+Blue) = 72+21+17=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481511 is #B7EAEE. Grayscale: #232323. Windows color (decimal): -12053231 or 1119560. OLE color: 1119560.
HSL color Cylindrical-coordinate representation of color #481511: hue angle of 4.36º 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 #481511 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 17 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.72 |
| HSL | 4.36º | 0.62% | 0.17% | - |
| HSV(B) | 4.36º | 0.76% | 0.28% | - |
| XYZ | 3.04 | 1.95 | 0.75 | - |
| YUV | 35.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 17 | 0 | 0.71 | 0.76 | 0.72 | 4.36 | 0.62 | 0.17 |
| Hex | 48 | 15 | 11 | 0 | 47 | 4C | 48 | 4 | 3E | 11 |
| Octal | 110 | 25 | 21 | 0 | 107 | 114 | 110 | 4 | 76 | 21 |
| Binary | 1001000 | 10101 | 10001 | 0 | 1000111 | 1001100 | 1001000 | 100 | 111110 | 10001 |
Color Harmonies of #481511
Complementary color
Monochromatic Colors of #481511
Black with #481511
Text Example
Text Example
White with #481511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481511; }
p { color: rgb(72,21,17); }
H1.HeaderClassName
{
color: #481511;
}
.AnyTagClassName
{
color: #481511;
}
</style>
background-color css
<style>
a { background-color: #481511; }
a { background-color: rgb(72,21,17); }
div.DivClassName
{
background-color: #481511;
}
.BgClassName
{
background-color: #481511;
}
</style>
border-color css
<style>
span { border-color: #481511; }
span { border-color: rgb(72,21,17); }
td.TdClassName
{
border-color: #481511;
}
.TagClassName
{
border-color: #481511;
}
</style>