Shades of Seal Brown #500500
Tints of Seal Brown #500500
RGB
CMYK
RGB Variations
Color information
#500500 (or 0x500500) is known color: Seal Brown. HEX triplet: 50, 05 and 00. RGB value is (80,5,0). Sum of RGB (Red+Green+Blue) = 80+5+0=85 (11% of max value = 765). Red value is 80 (31.64% from 255 or 94.12% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 80 - color contains mainly: red. Hex color #500500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500500 is #AFFAFF. Grayscale: #1A1A1A. Windows color (decimal): -11533056 or 1360. OLE color: 1360.
HSL color Cylindrical-coordinate representation of color #500500: hue angle of 3.75º 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 #500500 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.69 |
| HSL | 3.75º | 1% | 0.16% | - |
| HSV(B) | 3.75º | 1% | 0.31% | - |
| XYZ | 3.36 | 1.81 | 0.17 | - |
| YUV | 26.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 0 | 0 | 0.94 | 1 | 0.69 | 3.75 | 1 | 0.16 |
| Hex | 50 | 5 | 0 | 0 | 5E | 64 | 45 | 4 | 64 | 10 |
| Octal | 120 | 5 | 0 | 0 | 136 | 144 | 105 | 4 | 144 | 20 |
| Binary | 1010000 | 101 | 0 | 0 | 1011110 | 1100100 | 1000101 | 100 | 1100100 | 10000 |
Color Harmonies of #500500
Complementary color
Monochromatic Colors of #500500
Black with #500500
Text Example
Text Example
White with #500500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500500; }
p { color: rgb(80,5,0); }
H1.HeaderClassName
{
color: #500500;
}
.AnyTagClassName
{
color: #500500;
}
</style>
background-color css
<style>
a { background-color: #500500; }
a { background-color: rgb(80,5,0); }
div.DivClassName
{
background-color: #500500;
}
.BgClassName
{
background-color: #500500;
}
</style>
border-color css
<style>
span { border-color: #500500; }
span { border-color: rgb(80,5,0); }
td.TdClassName
{
border-color: #500500;
}
.TagClassName
{
border-color: #500500;
}
</style>