Shades of Seal Brown #510900
Tints of Seal Brown #510900
RGB
CMYK
RGB Variations
Color information
#510900 (or 0x510900) is known color: Seal Brown. HEX triplet: 51, 09 and 00. RGB value is (81,9,0). Sum of RGB (Red+Green+Blue) = 81+9+0=90 (11% of max value = 765). Red value is 81 (32.03% from 255 or 90% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 81 - color contains mainly: red. Hex color #510900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510900 is #AEF6FF. Grayscale: #1D1D1D. Windows color (decimal): -11466496 or 2385. OLE color: 2385.
HSL color Cylindrical-coordinate representation of color #510900: hue angle of 6.67º 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 #510900 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.68 |
| HSL | 6.67º | 1% | 0.16% | - |
| HSV(B) | 6.67º | 1% | 0.32% | - |
| XYZ | 3.49 | 1.94 | 0.19 | - |
| YUV | 29.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 0 | 0 | 0.89 | 1 | 0.68 | 6.67 | 1 | 0.16 |
| Hex | 51 | 9 | 0 | 0 | 59 | 64 | 44 | 7 | 64 | 10 |
| Octal | 121 | 11 | 0 | 0 | 131 | 144 | 104 | 7 | 144 | 20 |
| Binary | 1010001 | 1001 | 0 | 0 | 1011001 | 1100100 | 1000100 | 111 | 1100100 | 10000 |
Color Harmonies of #510900
Complementary color
Monochromatic Colors of #510900
Black with #510900
Text Example
Text Example
White with #510900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510900; }
p { color: rgb(81,9,0); }
H1.HeaderClassName
{
color: #510900;
}
.AnyTagClassName
{
color: #510900;
}
</style>
background-color css
<style>
a { background-color: #510900; }
a { background-color: rgb(81,9,0); }
div.DivClassName
{
background-color: #510900;
}
.BgClassName
{
background-color: #510900;
}
</style>
border-color css
<style>
span { border-color: #510900; }
span { border-color: rgb(81,9,0); }
td.TdClassName
{
border-color: #510900;
}
.TagClassName
{
border-color: #510900;
}
</style>