Shades of Seal Brown #480A0A
Tints of Seal Brown #480A0A
RGB
CMYK
RGB Variations
Color information
#480A0A (or 0x480A0A) is known color: Seal Brown. HEX triplet: 48, 0A and 0A. RGB value is (72,10,10). Sum of RGB (Red+Green+Blue) = 72+10+10=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #480A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A0A is #B7F5F5. Grayscale: #1C1C1C. Windows color (decimal): -12056054 or 657992. OLE color: 657992.
HSL color Cylindrical-coordinate representation of color #480A0A: hue angle of 0º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A0A is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 10 | 10 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.72 |
| HSL | 0º | 0.76% | 0.16% | - |
| HSV(B) | 0º | 0.86% | 0.28% | - |
| XYZ | 2.84 | 1.62 | 0.45 | - |
| YUV | 28.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 10 | 0 | 0.86 | 0.86 | 0.72 | 0 | 0.76 | 0.16 |
| Hex | 48 | A | A | 0 | 56 | 56 | 48 | 0 | 4C | 10 |
| Octal | 110 | 12 | 12 | 0 | 126 | 126 | 110 | 0 | 114 | 20 |
| Binary | 1001000 | 1010 | 1010 | 0 | 1010110 | 1010110 | 1001000 | 0 | 1001100 | 10000 |
Color Harmonies of #480A0A
Complementary color
Monochromatic Colors of #480A0A
Black with #480A0A
Text Example
Text Example
White with #480A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480A0A; }
p { color: rgb(72,10,10); }
H1.HeaderClassName
{
color: #480A0A;
}
.AnyTagClassName
{
color: #480A0A;
}
</style>
background-color css
<style>
a { background-color: #480A0A; }
a { background-color: rgb(72,10,10); }
div.DivClassName
{
background-color: #480A0A;
}
.BgClassName
{
background-color: #480A0A;
}
</style>
border-color css
<style>
span { border-color: #480A0A; }
span { border-color: rgb(72,10,10); }
td.TdClassName
{
border-color: #480A0A;
}
.TagClassName
{
border-color: #480A0A;
}
</style>