Shades of Seal Brown #481512
Tints of Seal Brown #481512
RGB
CMYK
RGB Variations
Color information
#481512 (or 0x481512) is known color: Seal Brown. HEX triplet: 48, 15 and 12. RGB value is (72,21,18). Sum of RGB (Red+Green+Blue) = 72+21+18=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481512 is #B7EAED. Grayscale: #232323. Windows color (decimal): -12053230 or 1185096. OLE color: 1185096.
HSL color Cylindrical-coordinate representation of color #481512: hue angle of 3.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481512 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 18 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.72 |
| HSL | 3.33º | 0.6% | 0.18% | - |
| HSV(B) | 3.33º | 0.75% | 0.28% | - |
| XYZ | 3.05 | 1.96 | 0.79 | - |
| YUV | 35.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 18 | 0 | 0.71 | 0.75 | 0.72 | 3.33 | 0.6 | 0.18 |
| Hex | 48 | 15 | 12 | 0 | 47 | 4B | 48 | 3 | 3C | 12 |
| Octal | 110 | 25 | 22 | 0 | 107 | 113 | 110 | 3 | 74 | 22 |
| Binary | 1001000 | 10101 | 10010 | 0 | 1000111 | 1001011 | 1001000 | 11 | 111100 | 10010 |
Color Harmonies of #481512
Complementary color
Monochromatic Colors of #481512
Black with #481512
Text Example
Text Example
White with #481512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481512; }
p { color: rgb(72,21,18); }
H1.HeaderClassName
{
color: #481512;
}
.AnyTagClassName
{
color: #481512;
}
</style>
background-color css
<style>
a { background-color: #481512; }
a { background-color: rgb(72,21,18); }
div.DivClassName
{
background-color: #481512;
}
.BgClassName
{
background-color: #481512;
}
</style>
border-color css
<style>
span { border-color: #481512; }
span { border-color: rgb(72,21,18); }
td.TdClassName
{
border-color: #481512;
}
.TagClassName
{
border-color: #481512;
}
</style>