Shades of Seal Brown #500700
Tints of Seal Brown #500700
RGB
CMYK
RGB Variations
Color information
#500700 (or 0x500700) is known color: Seal Brown. HEX triplet: 50, 07 and 00. RGB value is (80,7,0). Sum of RGB (Red+Green+Blue) = 80+7+0=87 (11% of max value = 765). Red value is 80 (31.64% from 255 or 91.95% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 80 - color contains mainly: red. Hex color #500700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500700 is #AFF8FF. Grayscale: #1C1C1C. Windows color (decimal): -11532544 or 1872. OLE color: 1872.
HSL color Cylindrical-coordinate representation of color #500700: hue angle of 5.25º 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 #500700 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.69 |
| HSL | 5.25º | 1% | 0.16% | - |
| HSV(B) | 5.25º | 1% | 0.31% | - |
| XYZ | 3.38 | 1.86 | 0.18 | - |
| YUV | 28.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 0 | 0 | 0.91 | 1 | 0.69 | 5.25 | 1 | 0.16 |
| Hex | 50 | 7 | 0 | 0 | 5B | 64 | 45 | 5 | 64 | 10 |
| Octal | 120 | 7 | 0 | 0 | 133 | 144 | 105 | 5 | 144 | 20 |
| Binary | 1010000 | 111 | 0 | 0 | 1011011 | 1100100 | 1000101 | 101 | 1100100 | 10000 |
Color Harmonies of #500700
Complementary color
Monochromatic Colors of #500700
Black with #500700
Text Example
Text Example
White with #500700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500700; }
p { color: rgb(80,7,0); }
H1.HeaderClassName
{
color: #500700;
}
.AnyTagClassName
{
color: #500700;
}
</style>
background-color css
<style>
a { background-color: #500700; }
a { background-color: rgb(80,7,0); }
div.DivClassName
{
background-color: #500700;
}
.BgClassName
{
background-color: #500700;
}
</style>
border-color css
<style>
span { border-color: #500700; }
span { border-color: rgb(80,7,0); }
td.TdClassName
{
border-color: #500700;
}
.TagClassName
{
border-color: #500700;
}
</style>