Shades of Seal Brown #481514
Tints of Seal Brown #481514
RGB
CMYK
RGB Variations
Color information
#481514 (or 0x481514) is known color: Seal Brown. HEX triplet: 48, 15 and 14. RGB value is (72,21,20). Sum of RGB (Red+Green+Blue) = 72+21+20=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481514 is #B7EAEB. Grayscale: #242424. Windows color (decimal): -12053228 or 1316168. OLE color: 1316168.
HSL color Cylindrical-coordinate representation of color #481514: hue angle of 1.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481514 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 20 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.72 |
| HSL | 1.15º | 0.57% | 0.18% | - |
| HSV(B) | 1.15º | 0.72% | 0.28% | - |
| XYZ | 3.07 | 1.96 | 0.88 | - |
| YUV | 36.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 20 | 0 | 0.71 | 0.72 | 0.72 | 1.15 | 0.57 | 0.18 |
| Hex | 48 | 15 | 14 | 0 | 47 | 48 | 48 | 1 | 39 | 12 |
| Octal | 110 | 25 | 24 | 0 | 107 | 110 | 110 | 1 | 71 | 22 |
| Binary | 1001000 | 10101 | 10100 | 0 | 1000111 | 1001000 | 1001000 | 1 | 111001 | 10010 |
Color Harmonies of #481514
Complementary color
Monochromatic Colors of #481514
Black with #481514
Text Example
Text Example
White with #481514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481514; }
p { color: rgb(72,21,20); }
H1.HeaderClassName
{
color: #481514;
}
.AnyTagClassName
{
color: #481514;
}
</style>
background-color css
<style>
a { background-color: #481514; }
a { background-color: rgb(72,21,20); }
div.DivClassName
{
background-color: #481514;
}
.BgClassName
{
background-color: #481514;
}
</style>
border-color css
<style>
span { border-color: #481514; }
span { border-color: rgb(72,21,20); }
td.TdClassName
{
border-color: #481514;
}
.TagClassName
{
border-color: #481514;
}
</style>