Shades of Seal Brown #480800
Tints of Seal Brown #480800
RGB
CMYK
RGB Variations
Color information
#480800 (or 0x480800) is known color: Seal Brown. HEX triplet: 48, 08 and 00. RGB value is (72,8,0). Sum of RGB (Red+Green+Blue) = 72+8+0=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480800 is #B7F7FF. Grayscale: #1A1A1A. Windows color (decimal): -12056576 or 2120. OLE color: 2120.
HSL color Cylindrical-coordinate representation of color #480800: hue angle of 6.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480800 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.72 |
| HSL | 6.67º | 1% | 0.14% | - |
| HSV(B) | 6.67º | 1% | 0.28% | - |
| XYZ | 2.76 | 1.55 | 0.15 | - |
| YUV | 26.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 0 | 0 | 0.89 | 1 | 0.72 | 6.67 | 1 | 0.14 |
| Hex | 48 | 8 | 0 | 0 | 59 | 64 | 48 | 7 | 64 | E |
| Octal | 110 | 10 | 0 | 0 | 131 | 144 | 110 | 7 | 144 | 16 |
| Binary | 1001000 | 1000 | 0 | 0 | 1011001 | 1100100 | 1001000 | 111 | 1100100 | 1110 |
Color Harmonies of #480800
Complementary color
Monochromatic Colors of #480800
Black with #480800
Text Example
Text Example
White with #480800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480800; }
p { color: rgb(72,8,0); }
H1.HeaderClassName
{
color: #480800;
}
.AnyTagClassName
{
color: #480800;
}
</style>
background-color css
<style>
a { background-color: #480800; }
a { background-color: rgb(72,8,0); }
div.DivClassName
{
background-color: #480800;
}
.BgClassName
{
background-color: #480800;
}
</style>
border-color css
<style>
span { border-color: #480800; }
span { border-color: rgb(72,8,0); }
td.TdClassName
{
border-color: #480800;
}
.TagClassName
{
border-color: #480800;
}
</style>