Shades of Seal Brown #500805
Tints of Seal Brown #500805
RGB
CMYK
RGB Variations
Color information
#500805 (or 0x500805) is known color: Seal Brown. HEX triplet: 50, 08 and 05. RGB value is (80,8,5). Sum of RGB (Red+Green+Blue) = 80+8+5=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #500805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500805 is #AFF7FA. Grayscale: #1D1D1D. Windows color (decimal): -11532283 or 329808. OLE color: 329808.
HSL color Cylindrical-coordinate representation of color #500805: hue angle of 2.4º 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 #500805 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 5 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.69 |
| HSL | 2.4º | 0.88% | 0.17% | - |
| HSV(B) | 2.4º | 0.94% | 0.31% | - |
| XYZ | 3.42 | 1.89 | 0.33 | - |
| YUV | 29.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 5 | 0 | 0.90 | 0.94 | 0.69 | 2.4 | 0.88 | 0.17 |
| Hex | 50 | 8 | 5 | 0 | 5A | 5E | 45 | 2 | 58 | 11 |
| Octal | 120 | 10 | 5 | 0 | 132 | 136 | 105 | 2 | 130 | 21 |
| Binary | 1010000 | 1000 | 101 | 0 | 1011010 | 1011110 | 1000101 | 10 | 1011000 | 10001 |
Color Harmonies of #500805
Complementary color
Monochromatic Colors of #500805
Black with #500805
Text Example
Text Example
White with #500805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500805; }
p { color: rgb(80,8,5); }
H1.HeaderClassName
{
color: #500805;
}
.AnyTagClassName
{
color: #500805;
}
</style>
background-color css
<style>
a { background-color: #500805; }
a { background-color: rgb(80,8,5); }
div.DivClassName
{
background-color: #500805;
}
.BgClassName
{
background-color: #500805;
}
</style>
border-color css
<style>
span { border-color: #500805; }
span { border-color: rgb(80,8,5); }
td.TdClassName
{
border-color: #500805;
}
.TagClassName
{
border-color: #500805;
}
</style>