Shades of Seal Brown #480908
Tints of Seal Brown #480908
RGB
CMYK
RGB Variations
Color information
#480908 (or 0x480908) is known color: Seal Brown. HEX triplet: 48, 09 and 08. RGB value is (72,9,8). Sum of RGB (Red+Green+Blue) = 72+9+8=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #480908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480908 is #B7F6F7. Grayscale: #1B1B1B. Windows color (decimal): -12056312 or 526664. OLE color: 526664.
HSL color Cylindrical-coordinate representation of color #480908: hue angle of 0.94º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480908 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 9 | 8 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.72 |
| HSL | 0.94º | 0.8% | 0.16% | - |
| HSV(B) | 0.94º | 0.89% | 0.28% | - |
| XYZ | 2.81 | 1.59 | 0.39 | - |
| YUV | 27.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 8 | 0 | 0.88 | 0.89 | 0.72 | 0.94 | 0.8 | 0.16 |
| Hex | 48 | 9 | 8 | 0 | 58 | 59 | 48 | 1 | 50 | 10 |
| Octal | 110 | 11 | 10 | 0 | 130 | 131 | 110 | 1 | 120 | 20 |
| Binary | 1001000 | 1001 | 1000 | 0 | 1011000 | 1011001 | 1001000 | 1 | 1010000 | 10000 |
Color Harmonies of #480908
Complementary color
Monochromatic Colors of #480908
Black with #480908
Text Example
Text Example
White with #480908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480908; }
p { color: rgb(72,9,8); }
H1.HeaderClassName
{
color: #480908;
}
.AnyTagClassName
{
color: #480908;
}
</style>
background-color css
<style>
a { background-color: #480908; }
a { background-color: rgb(72,9,8); }
div.DivClassName
{
background-color: #480908;
}
.BgClassName
{
background-color: #480908;
}
</style>
border-color css
<style>
span { border-color: #480908; }
span { border-color: rgb(72,9,8); }
td.TdClassName
{
border-color: #480908;
}
.TagClassName
{
border-color: #480908;
}
</style>