Shades of Seal Brown #481009
Tints of Seal Brown #481009
RGB
CMYK
RGB Variations
Color information
#481009 (or 0x481009) is known color: Seal Brown. HEX triplet: 48, 10 and 09. RGB value is (72,16,9). Sum of RGB (Red+Green+Blue) = 72+16+9=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481009 is #B7EFF6. Grayscale: #202020. Windows color (decimal): -12054519 or 593992. OLE color: 593992.
HSL color Cylindrical-coordinate representation of color #481009: hue angle of 6.67º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481009 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 16 | 9 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.72 |
| HSL | 6.67º | 0.78% | 0.16% | - |
| HSV(B) | 6.67º | 0.88% | 0.28% | - |
| XYZ | 2.91 | 1.77 | 0.45 | - |
| YUV | 31.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 9 | 0 | 0.78 | 0.88 | 0.72 | 6.67 | 0.78 | 0.16 |
| Hex | 48 | 10 | 9 | 0 | 4E | 58 | 48 | 7 | 4E | 10 |
| Octal | 110 | 20 | 11 | 0 | 116 | 130 | 110 | 7 | 116 | 20 |
| Binary | 1001000 | 10000 | 1001 | 0 | 1001110 | 1011000 | 1001000 | 111 | 1001110 | 10000 |
Color Harmonies of #481009
Complementary color
Monochromatic Colors of #481009
Black with #481009
Text Example
Text Example
White with #481009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481009; }
p { color: rgb(72,16,9); }
H1.HeaderClassName
{
color: #481009;
}
.AnyTagClassName
{
color: #481009;
}
</style>
background-color css
<style>
a { background-color: #481009; }
a { background-color: rgb(72,16,9); }
div.DivClassName
{
background-color: #481009;
}
.BgClassName
{
background-color: #481009;
}
</style>
border-color css
<style>
span { border-color: #481009; }
span { border-color: rgb(72,16,9); }
td.TdClassName
{
border-color: #481009;
}
.TagClassName
{
border-color: #481009;
}
</style>