Shades of Seal Brown #481103
Tints of Seal Brown #481103
RGB
CMYK
RGB Variations
Color information
#481103 (or 0x481103) is known color: Seal Brown. HEX triplet: 48, 11 and 03. RGB value is (72,17,3). Sum of RGB (Red+Green+Blue) = 72+17+3=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #481103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481103 is #B7EEFC. Grayscale: #1F1F1F. Windows color (decimal): -12054269 or 201032. OLE color: 201032.
HSL color Cylindrical-coordinate representation of color #481103: hue angle of 12.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #481103 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 3 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.72 |
| HSL | 12.17º | 0.92% | 0.15% | - |
| HSV(B) | 12.17º | 0.96% | 0.28% | - |
| XYZ | 2.89 | 1.79 | 0.28 | - |
| YUV | 31.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 3 | 0 | 0.76 | 0.96 | 0.72 | 12.17 | 0.92 | 0.15 |
| Hex | 48 | 11 | 3 | 0 | 4C | 60 | 48 | C | 5C | F |
| Octal | 110 | 21 | 3 | 0 | 114 | 140 | 110 | 14 | 134 | 17 |
| Binary | 1001000 | 10001 | 11 | 0 | 1001100 | 1100000 | 1001000 | 1100 | 1011100 | 1111 |
Color Harmonies of #481103
Complementary color
Monochromatic Colors of #481103
Black with #481103
Text Example
Text Example
White with #481103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481103; }
p { color: rgb(72,17,3); }
H1.HeaderClassName
{
color: #481103;
}
.AnyTagClassName
{
color: #481103;
}
</style>
background-color css
<style>
a { background-color: #481103; }
a { background-color: rgb(72,17,3); }
div.DivClassName
{
background-color: #481103;
}
.BgClassName
{
background-color: #481103;
}
</style>
border-color css
<style>
span { border-color: #481103; }
span { border-color: rgb(72,17,3); }
td.TdClassName
{
border-color: #481103;
}
.TagClassName
{
border-color: #481103;
}
</style>