Shades of Seal Brown #481716
Tints of Seal Brown #481716
RGB
CMYK
RGB Variations
Color information
#481716 (or 0x481716) is known color: Seal Brown. HEX triplet: 48, 17 and 16. RGB value is (72,23,22). Sum of RGB (Red+Green+Blue) = 72+23+22=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481716 is #B7E8E9. Grayscale: #252525. Windows color (decimal): -12052714 or 1447752. OLE color: 1447752.
HSL color Cylindrical-coordinate representation of color #481716: hue angle of 1.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481716 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 22 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.72 |
| HSL | 1.2º | 0.53% | 0.18% | - |
| HSV(B) | 1.2º | 0.69% | 0.28% | - |
| XYZ | 3.12 | 2.05 | 0.99 | - |
| YUV | 37.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 22 | 0 | 0.68 | 0.69 | 0.72 | 1.2 | 0.53 | 0.18 |
| Hex | 48 | 17 | 16 | 0 | 44 | 45 | 48 | 1 | 35 | 12 |
| Octal | 110 | 27 | 26 | 0 | 104 | 105 | 110 | 1 | 65 | 22 |
| Binary | 1001000 | 10111 | 10110 | 0 | 1000100 | 1000101 | 1001000 | 1 | 110101 | 10010 |
Color Harmonies of #481716
Complementary color
Monochromatic Colors of #481716
Black with #481716
Text Example
Text Example
White with #481716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481716; }
p { color: rgb(72,23,22); }
H1.HeaderClassName
{
color: #481716;
}
.AnyTagClassName
{
color: #481716;
}
</style>
background-color css
<style>
a { background-color: #481716; }
a { background-color: rgb(72,23,22); }
div.DivClassName
{
background-color: #481716;
}
.BgClassName
{
background-color: #481716;
}
</style>
border-color css
<style>
span { border-color: #481716; }
span { border-color: rgb(72,23,22); }
td.TdClassName
{
border-color: #481716;
}
.TagClassName
{
border-color: #481716;
}
</style>