Shades of Seal Brown #520303
Tints of Seal Brown #520303
RGB
CMYK
RGB Variations
Color information
#520303 (or 0x520303) is known color: Seal Brown. HEX triplet: 52, 03 and 03. RGB value is (82,3,3). Sum of RGB (Red+Green+Blue) = 82+3+3=88 (11% of max value = 765). Red value is 82 (32.42% from 255 or 93.18% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 82 - color contains mainly: red. Hex color #520303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520303 is #ADFCFC. Grayscale: #1A1A1A. Windows color (decimal): -11402493 or 197458. OLE color: 197458.
HSL color Cylindrical-coordinate representation of color #520303: hue angle of 0º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520303 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 3 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.68 |
| HSL | 0º | 0.93% | 0.17% | - |
| HSV(B) | 0º | 0.96% | 0.32% | - |
| XYZ | 3.53 | 1.87 | 0.26 | - |
| YUV | 26.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 3 | 0 | 0.96 | 0.96 | 0.68 | 0 | 0.93 | 0.17 |
| Hex | 52 | 3 | 3 | 0 | 60 | 60 | 44 | 0 | 5D | 11 |
| Octal | 122 | 3 | 3 | 0 | 140 | 140 | 104 | 0 | 135 | 21 |
| Binary | 1010010 | 11 | 11 | 0 | 1100000 | 1100000 | 1000100 | 0 | 1011101 | 10001 |
Color Harmonies of #520303
Complementary color
Monochromatic Colors of #520303
Black with #520303
Text Example
Text Example
White with #520303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520303; }
p { color: rgb(82,3,3); }
H1.HeaderClassName
{
color: #520303;
}
.AnyTagClassName
{
color: #520303;
}
</style>
background-color css
<style>
a { background-color: #520303; }
a { background-color: rgb(82,3,3); }
div.DivClassName
{
background-color: #520303;
}
.BgClassName
{
background-color: #520303;
}
</style>
border-color css
<style>
span { border-color: #520303; }
span { border-color: rgb(82,3,3); }
td.TdClassName
{
border-color: #520303;
}
.TagClassName
{
border-color: #520303;
}
</style>