Shades of Seal Brown #481713
Tints of Seal Brown #481713
RGB
CMYK
RGB Variations
Color information
#481713 (or 0x481713) is known color: Seal Brown. HEX triplet: 48, 17 and 13. RGB value is (72,23,19). Sum of RGB (Red+Green+Blue) = 72+23+19=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481713 is #B7E8EC. Grayscale: #252525. Windows color (decimal): -12052717 or 1251144. OLE color: 1251144.
HSL color Cylindrical-coordinate representation of color #481713: hue angle of 4.53º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481713 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 19 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.72 |
| HSL | 4.53º | 0.58% | 0.18% | - |
| HSV(B) | 4.53º | 0.74% | 0.28% | - |
| XYZ | 3.1 | 2.04 | 0.85 | - |
| YUV | 37.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 19 | 0 | 0.68 | 0.74 | 0.72 | 4.53 | 0.58 | 0.18 |
| Hex | 48 | 17 | 13 | 0 | 44 | 4A | 48 | 5 | 3A | 12 |
| Octal | 110 | 27 | 23 | 0 | 104 | 112 | 110 | 5 | 72 | 22 |
| Binary | 1001000 | 10111 | 10011 | 0 | 1000100 | 1001010 | 1001000 | 101 | 111010 | 10010 |
Color Harmonies of #481713
Complementary color
Monochromatic Colors of #481713
Black with #481713
Text Example
Text Example
White with #481713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481713; }
p { color: rgb(72,23,19); }
H1.HeaderClassName
{
color: #481713;
}
.AnyTagClassName
{
color: #481713;
}
</style>
background-color css
<style>
a { background-color: #481713; }
a { background-color: rgb(72,23,19); }
div.DivClassName
{
background-color: #481713;
}
.BgClassName
{
background-color: #481713;
}
</style>
border-color css
<style>
span { border-color: #481713; }
span { border-color: rgb(72,23,19); }
td.TdClassName
{
border-color: #481713;
}
.TagClassName
{
border-color: #481713;
}
</style>