Shades of Seal Brown #480E00
Tints of Seal Brown #480E00
RGB
CMYK
RGB Variations
Color information
#480E00 (or 0x480E00) is known color: Seal Brown. HEX triplet: 48, 0E and 00. RGB value is (72,14,0). Sum of RGB (Red+Green+Blue) = 72+14+0=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #480E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E00 is #B7F1FF. Grayscale: #1D1D1D. Windows color (decimal): -12055040 or 3656. OLE color: 3656.
HSL color Cylindrical-coordinate representation of color #480E00: hue angle of 11.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 #480E00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 14 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.72 |
| HSL | 11.67º | 1% | 0.14% | - |
| HSV(B) | 11.67º | 1% | 0.28% | - |
| XYZ | 2.83 | 1.69 | 0.18 | - |
| YUV | 29.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 0 | 0 | 0.81 | 1 | 0.72 | 11.67 | 1 | 0.14 |
| Hex | 48 | E | 0 | 0 | 51 | 64 | 48 | C | 64 | E |
| Octal | 110 | 16 | 0 | 0 | 121 | 144 | 110 | 14 | 144 | 16 |
| Binary | 1001000 | 1110 | 0 | 0 | 1010001 | 1100100 | 1001000 | 1100 | 1100100 | 1110 |
Color Harmonies of #480E00
Complementary color
Monochromatic Colors of #480E00
Black with #480E00
Text Example
Text Example
White with #480E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480E00; }
p { color: rgb(72,14,0); }
H1.HeaderClassName
{
color: #480E00;
}
.AnyTagClassName
{
color: #480E00;
}
</style>
background-color css
<style>
a { background-color: #480E00; }
a { background-color: rgb(72,14,0); }
div.DivClassName
{
background-color: #480E00;
}
.BgClassName
{
background-color: #480E00;
}
</style>
border-color css
<style>
span { border-color: #480E00; }
span { border-color: rgb(72,14,0); }
td.TdClassName
{
border-color: #480E00;
}
.TagClassName
{
border-color: #480E00;
}
</style>