Shades of Seal Brown #500505
Tints of Seal Brown #500505
RGB
CMYK
RGB Variations
Color information
#500505 (or 0x500505) is known color: Seal Brown. HEX triplet: 50, 05 and 05. RGB value is (80,5,5). Sum of RGB (Red+Green+Blue) = 80+5+5=90 (11% of max value = 765). Red value is 80 (31.64% from 255 or 88.89% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 80 - color contains mainly: red. Hex color #500505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500505 is #AFFAFA. Grayscale: #1B1B1B. Windows color (decimal): -11533051 or 329040. OLE color: 329040.
HSL color Cylindrical-coordinate representation of color #500505: hue angle of 0º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500505 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 5 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.69 |
| HSL | 0º | 0.88% | 0.17% | - |
| HSV(B) | 0º | 0.94% | 0.31% | - |
| XYZ | 3.39 | 1.82 | 0.32 | - |
| YUV | 27.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 5 | 0 | 0.94 | 0.94 | 0.69 | 0 | 0.88 | 0.17 |
| Hex | 50 | 5 | 5 | 0 | 5E | 5E | 45 | 0 | 58 | 11 |
| Octal | 120 | 5 | 5 | 0 | 136 | 136 | 105 | 0 | 130 | 21 |
| Binary | 1010000 | 101 | 101 | 0 | 1011110 | 1011110 | 1000101 | 0 | 1011000 | 10001 |
Color Harmonies of #500505
Complementary color
Monochromatic Colors of #500505
Black with #500505
Text Example
Text Example
White with #500505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500505; }
p { color: rgb(80,5,5); }
H1.HeaderClassName
{
color: #500505;
}
.AnyTagClassName
{
color: #500505;
}
</style>
background-color css
<style>
a { background-color: #500505; }
a { background-color: rgb(80,5,5); }
div.DivClassName
{
background-color: #500505;
}
.BgClassName
{
background-color: #500505;
}
</style>
border-color css
<style>
span { border-color: #500505; }
span { border-color: rgb(80,5,5); }
td.TdClassName
{
border-color: #500505;
}
.TagClassName
{
border-color: #500505;
}
</style>