Shades of Seal Brown #500A00
Tints of Seal Brown #500A00
RGB
CMYK
RGB Variations
Color information
#500A00 (or 0x500A00) is known color: Seal Brown. HEX triplet: 50, 0A and 00. RGB value is (80,10,0). Sum of RGB (Red+Green+Blue) = 80+10+0=90 (11% of max value = 765). Red value is 80 (31.64% from 255 or 88.89% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 80 - color contains mainly: red. Hex color #500A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A00 is #AFF5FF. Grayscale: #1D1D1D. Windows color (decimal): -11531776 or 2640. OLE color: 2640.
HSL color Cylindrical-coordinate representation of color #500A00: hue angle of 7.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500A00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.69 |
| HSL | 7.5º | 1% | 0.16% | - |
| HSV(B) | 7.5º | 1% | 0.31% | - |
| XYZ | 3.42 | 1.92 | 0.19 | - |
| YUV | 29.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 0 | 0 | 0.87 | 1 | 0.69 | 7.5 | 1 | 0.16 |
| Hex | 50 | A | 0 | 0 | 57 | 64 | 45 | 8 | 64 | 10 |
| Octal | 120 | 12 | 0 | 0 | 127 | 144 | 105 | 10 | 144 | 20 |
| Binary | 1010000 | 1010 | 0 | 0 | 1010111 | 1100100 | 1000101 | 1000 | 1100100 | 10000 |
Color Harmonies of #500A00
Complementary color
Monochromatic Colors of #500A00
Black with #500A00
Text Example
Text Example
White with #500A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A00; }
p { color: rgb(80,10,0); }
H1.HeaderClassName
{
color: #500A00;
}
.AnyTagClassName
{
color: #500A00;
}
</style>
background-color css
<style>
a { background-color: #500A00; }
a { background-color: rgb(80,10,0); }
div.DivClassName
{
background-color: #500A00;
}
.BgClassName
{
background-color: #500A00;
}
</style>
border-color css
<style>
span { border-color: #500A00; }
span { border-color: rgb(80,10,0); }
td.TdClassName
{
border-color: #500A00;
}
.TagClassName
{
border-color: #500A00;
}
</style>