Shades of Seal Brown #520000
Tints of Seal Brown #520000
RGB
CMYK
RGB Variations
Color information
#520000 (or 0x520000) is known color: Seal Brown. HEX triplet: 52, 00 and 00. RGB value is (82,0,0). Sum of RGB (Red+Green+Blue) = 82+0+0=82 (10% of max value = 765). Red value is 82 (32.42% from 255 or 100% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 82 - color contains mainly: red. Hex color #520000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520000 is #ADFFFF. Grayscale: #181818. Windows color (decimal): -11403264 or 82. OLE color: 82.
HSL color Cylindrical-coordinate representation of color #520000: hue angle of 0º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.68 |
| HSL | 0º | 1% | 0.16% | - |
| HSV(B) | 0º | 1% | 0.32% | - |
| XYZ | 3.48 | 1.79 | 0.16 | - |
| YUV | 24.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 0 | 0 | 1 | 1 | 0.68 | 0 | 1 | 0.16 |
| Hex | 52 | 0 | 0 | 0 | 64 | 64 | 44 | 0 | 64 | 10 |
| Octal | 122 | 0 | 0 | 0 | 144 | 144 | 104 | 0 | 144 | 20 |
| Binary | 1010010 | 0 | 0 | 0 | 1100100 | 1100100 | 1000100 | 0 | 1100100 | 10000 |
Color Harmonies of #520000
Complementary color
Monochromatic Colors of #520000
Black with #520000
Text Example
Text Example
White with #520000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520000; }
p { color: rgb(82,0,0); }
H1.HeaderClassName
{
color: #520000;
}
.AnyTagClassName
{
color: #520000;
}
</style>
background-color css
<style>
a { background-color: #520000; }
a { background-color: rgb(82,0,0); }
div.DivClassName
{
background-color: #520000;
}
.BgClassName
{
background-color: #520000;
}
</style>
border-color css
<style>
span { border-color: #520000; }
span { border-color: rgb(82,0,0); }
td.TdClassName
{
border-color: #520000;
}
.TagClassName
{
border-color: #520000;
}
</style>