Shades of Seal Brown #520300
Tints of Seal Brown #520300
RGB
CMYK
RGB Variations
Color information
#520300 (or 0x520300) is known color: Seal Brown. HEX triplet: 52, 03 and 00. RGB value is (82,3,0). Sum of RGB (Red+Green+Blue) = 82+3+0=85 (11% of max value = 765). Red value is 82 (32.42% from 255 or 96.47% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 82 - color contains mainly: red. Hex color #520300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520300 is #ADFCFF. Grayscale: #1A1A1A. Windows color (decimal): -11402496 or 850. OLE color: 850.
HSL color Cylindrical-coordinate representation of color #520300: hue angle of 2.2º 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 #520300 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.68 |
| HSL | 2.2º | 1% | 0.16% | - |
| HSV(B) | 2.2º | 1% | 0.32% | - |
| XYZ | 3.51 | 1.86 | 0.17 | - |
| YUV | 26.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 0 | 0 | 0.96 | 1 | 0.68 | 2.2 | 1 | 0.16 |
| Hex | 52 | 3 | 0 | 0 | 60 | 64 | 44 | 2 | 64 | 10 |
| Octal | 122 | 3 | 0 | 0 | 140 | 144 | 104 | 2 | 144 | 20 |
| Binary | 1010010 | 11 | 0 | 0 | 1100000 | 1100100 | 1000100 | 10 | 1100100 | 10000 |
Color Harmonies of #520300
Complementary color
Monochromatic Colors of #520300
Black with #520300
Text Example
Text Example
White with #520300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520300; }
p { color: rgb(82,3,0); }
H1.HeaderClassName
{
color: #520300;
}
.AnyTagClassName
{
color: #520300;
}
</style>
background-color css
<style>
a { background-color: #520300; }
a { background-color: rgb(82,3,0); }
div.DivClassName
{
background-color: #520300;
}
.BgClassName
{
background-color: #520300;
}
</style>
border-color css
<style>
span { border-color: #520300; }
span { border-color: rgb(82,3,0); }
td.TdClassName
{
border-color: #520300;
}
.TagClassName
{
border-color: #520300;
}
</style>