Shades of Seal Brown #500600
Tints of Seal Brown #500600
RGB
CMYK
RGB Variations
Color information
#500600 (or 0x500600) is known color: Seal Brown. HEX triplet: 50, 06 and 00. RGB value is (80,6,0). Sum of RGB (Red+Green+Blue) = 80+6+0=86 (11% of max value = 765). Red value is 80 (31.64% from 255 or 93.02% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 80 - color contains mainly: red. Hex color #500600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500600 is #AFF9FF. Grayscale: #1B1B1B. Windows color (decimal): -11532800 or 1616. OLE color: 1616.
HSL color Cylindrical-coordinate representation of color #500600: hue angle of 4.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 #500600 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.69 |
| HSL | 4.5º | 1% | 0.16% | - |
| HSV(B) | 4.5º | 1% | 0.31% | - |
| XYZ | 3.37 | 1.84 | 0.18 | - |
| YUV | 27.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 0 | 0 | 0.92 | 1 | 0.69 | 4.5 | 1 | 0.16 |
| Hex | 50 | 6 | 0 | 0 | 5C | 64 | 45 | 4 | 64 | 10 |
| Octal | 120 | 6 | 0 | 0 | 134 | 144 | 105 | 4 | 144 | 20 |
| Binary | 1010000 | 110 | 0 | 0 | 1011100 | 1100100 | 1000101 | 100 | 1100100 | 10000 |
Color Harmonies of #500600
Complementary color
Monochromatic Colors of #500600
Black with #500600
Text Example
Text Example
White with #500600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500600; }
p { color: rgb(80,6,0); }
H1.HeaderClassName
{
color: #500600;
}
.AnyTagClassName
{
color: #500600;
}
</style>
background-color css
<style>
a { background-color: #500600; }
a { background-color: rgb(80,6,0); }
div.DivClassName
{
background-color: #500600;
}
.BgClassName
{
background-color: #500600;
}
</style>
border-color css
<style>
span { border-color: #500600; }
span { border-color: rgb(80,6,0); }
td.TdClassName
{
border-color: #500600;
}
.TagClassName
{
border-color: #500600;
}
</style>