Shades of Seal Brown #510400
Tints of Seal Brown #510400
RGB
CMYK
RGB Variations
Color information
#510400 (or 0x510400) is known color: Seal Brown. HEX triplet: 51, 04 and 00. RGB value is (81,4,0). Sum of RGB (Red+Green+Blue) = 81+4+0=85 (11% of max value = 765). Red value is 81 (32.03% from 255 or 95.29% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 81 - color contains mainly: red. Hex color #510400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510400 is #AEFBFF. Grayscale: #1A1A1A. Windows color (decimal): -11467776 or 1105. OLE color: 1105.
HSL color Cylindrical-coordinate representation of color #510400: hue angle of 2.96º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510400 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 4 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.68 |
| HSL | 2.96º | 1% | 0.16% | - |
| HSV(B) | 2.96º | 1% | 0.32% | - |
| XYZ | 3.44 | 1.84 | 0.17 | - |
| YUV | 26.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 0 | 0 | 0.95 | 1 | 0.68 | 2.96 | 1 | 0.16 |
| Hex | 51 | 4 | 0 | 0 | 5F | 64 | 44 | 3 | 64 | 10 |
| Octal | 121 | 4 | 0 | 0 | 137 | 144 | 104 | 3 | 144 | 20 |
| Binary | 1010001 | 100 | 0 | 0 | 1011111 | 1100100 | 1000100 | 11 | 1100100 | 10000 |
Color Harmonies of #510400
Complementary color
Monochromatic Colors of #510400
Black with #510400
Text Example
Text Example
White with #510400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510400; }
p { color: rgb(81,4,0); }
H1.HeaderClassName
{
color: #510400;
}
.AnyTagClassName
{
color: #510400;
}
</style>
background-color css
<style>
a { background-color: #510400; }
a { background-color: rgb(81,4,0); }
div.DivClassName
{
background-color: #510400;
}
.BgClassName
{
background-color: #510400;
}
</style>
border-color css
<style>
span { border-color: #510400; }
span { border-color: rgb(81,4,0); }
td.TdClassName
{
border-color: #510400;
}
.TagClassName
{
border-color: #510400;
}
</style>