Shades of Seal Brown #500804
Tints of Seal Brown #500804
RGB
CMYK
RGB Variations
Color information
#500804 (or 0x500804) is known color: Seal Brown. HEX triplet: 50, 08 and 04. RGB value is (80,8,4). Sum of RGB (Red+Green+Blue) = 80+8+4=92 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.96% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 80 - color contains mainly: red. Hex color #500804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500804 is #AFF7FB. Grayscale: #1D1D1D. Windows color (decimal): -11532284 or 264272. OLE color: 264272.
HSL color Cylindrical-coordinate representation of color #500804: hue angle of 3.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500804 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 4 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.69 |
| HSL | 3.16º | 0.9% | 0.16% | - |
| HSV(B) | 3.16º | 0.95% | 0.31% | - |
| XYZ | 3.42 | 1.89 | 0.3 | - |
| YUV | 29.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 4 | 0 | 0.90 | 0.95 | 0.69 | 3.16 | 0.9 | 0.16 |
| Hex | 50 | 8 | 4 | 0 | 5A | 5F | 45 | 3 | 5A | 10 |
| Octal | 120 | 10 | 4 | 0 | 132 | 137 | 105 | 3 | 132 | 20 |
| Binary | 1010000 | 1000 | 100 | 0 | 1011010 | 1011111 | 1000101 | 11 | 1011010 | 10000 |
Color Harmonies of #500804
Complementary color
Monochromatic Colors of #500804
Black with #500804
Text Example
Text Example
White with #500804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500804; }
p { color: rgb(80,8,4); }
H1.HeaderClassName
{
color: #500804;
}
.AnyTagClassName
{
color: #500804;
}
</style>
background-color css
<style>
a { background-color: #500804; }
a { background-color: rgb(80,8,4); }
div.DivClassName
{
background-color: #500804;
}
.BgClassName
{
background-color: #500804;
}
</style>
border-color css
<style>
span { border-color: #500804; }
span { border-color: rgb(80,8,4); }
td.TdClassName
{
border-color: #500804;
}
.TagClassName
{
border-color: #500804;
}
</style>