Shades of Seal Brown #500900
Tints of Seal Brown #500900
RGB
CMYK
RGB Variations
Color information
#500900 (or 0x500900) is known color: Seal Brown. HEX triplet: 50, 09 and 00. RGB value is (80,9,0). Sum of RGB (Red+Green+Blue) = 80+9+0=89 (11% of max value = 765). Red value is 80 (31.64% from 255 or 89.89% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 80 - color contains mainly: red. Hex color #500900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500900 is #AFF6FF. Grayscale: #1D1D1D. Windows color (decimal): -11532032 or 2384. OLE color: 2384.
HSL color Cylindrical-coordinate representation of color #500900: hue angle of 6.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 #500900 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.69 |
| HSL | 6.75º | 1% | 0.16% | - |
| HSV(B) | 6.75º | 1% | 0.31% | - |
| XYZ | 3.41 | 1.9 | 0.19 | - |
| YUV | 29.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 0 | 0 | 0.89 | 1 | 0.69 | 6.75 | 1 | 0.16 |
| Hex | 50 | 9 | 0 | 0 | 59 | 64 | 45 | 7 | 64 | 10 |
| Octal | 120 | 11 | 0 | 0 | 131 | 144 | 105 | 7 | 144 | 20 |
| Binary | 1010000 | 1001 | 0 | 0 | 1011001 | 1100100 | 1000101 | 111 | 1100100 | 10000 |
Color Harmonies of #500900
Complementary color
Monochromatic Colors of #500900
Black with #500900
Text Example
Text Example
White with #500900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500900; }
p { color: rgb(80,9,0); }
H1.HeaderClassName
{
color: #500900;
}
.AnyTagClassName
{
color: #500900;
}
</style>
background-color css
<style>
a { background-color: #500900; }
a { background-color: rgb(80,9,0); }
div.DivClassName
{
background-color: #500900;
}
.BgClassName
{
background-color: #500900;
}
</style>
border-color css
<style>
span { border-color: #500900; }
span { border-color: rgb(80,9,0); }
td.TdClassName
{
border-color: #500900;
}
.TagClassName
{
border-color: #500900;
}
</style>