Shades of Seal Brown #520301
Tints of Seal Brown #520301
RGB
CMYK
RGB Variations
Color information
#520301 (or 0x520301) is known color: Seal Brown. HEX triplet: 52, 03 and 01. RGB value is (82,3,1). Sum of RGB (Red+Green+Blue) = 82+3+1=86 (11% of max value = 765). Red value is 82 (32.42% from 255 or 95.35% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 82 - color contains mainly: red. Hex color #520301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520301 is #ADFCFE. Grayscale: #1A1A1A. Windows color (decimal): -11402495 or 66386. OLE color: 66386.
HSL color Cylindrical-coordinate representation of color #520301: hue angle of 1.48º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520301 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.68 |
| HSL | 1.48º | 0.98% | 0.16% | - |
| HSV(B) | 1.48º | 0.99% | 0.32% | - |
| XYZ | 3.52 | 1.86 | 0.2 | - |
| YUV | 26.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 1 | 0 | 0.96 | 0.99 | 0.68 | 1.48 | 0.98 | 0.16 |
| Hex | 52 | 3 | 1 | 0 | 60 | 63 | 44 | 1 | 62 | 10 |
| Octal | 122 | 3 | 1 | 0 | 140 | 143 | 104 | 1 | 142 | 20 |
| Binary | 1010010 | 11 | 1 | 0 | 1100000 | 1100011 | 1000100 | 1 | 1100010 | 10000 |
Color Harmonies of #520301
Complementary color
Monochromatic Colors of #520301
Black with #520301
Text Example
Text Example
White with #520301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520301; }
p { color: rgb(82,3,1); }
H1.HeaderClassName
{
color: #520301;
}
.AnyTagClassName
{
color: #520301;
}
</style>
background-color css
<style>
a { background-color: #520301; }
a { background-color: rgb(82,3,1); }
div.DivClassName
{
background-color: #520301;
}
.BgClassName
{
background-color: #520301;
}
</style>
border-color css
<style>
span { border-color: #520301; }
span { border-color: rgb(82,3,1); }
td.TdClassName
{
border-color: #520301;
}
.TagClassName
{
border-color: #520301;
}
</style>