Shades of Brown Pod #511A00
Tints of Brown Pod #511A00
RGB
CMYK
RGB Variations
Color information
#511A00 (or 0x511A00) is known color: Brown Pod. HEX triplet: 51, 1A and 00. RGB value is (81,26,0). Sum of RGB (Red+Green+Blue) = 81+26+0=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #511A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A00 is #AEE5FF. Grayscale: #272727. Windows color (decimal): -11462144 or 6737. OLE color: 6737.
HSL color Cylindrical-coordinate representation of color #511A00: hue angle of 19.26º 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 #511A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.68 |
| HSL | 19.26º | 1% | 0.16% | - |
| HSV(B) | 19.26º | 1% | 0.32% | - |
| XYZ | 3.76 | 2.49 | 0.28 | - |
| YUV | 39.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 0 | 0 | 0.68 | 1 | 0.68 | 19.26 | 1 | 0.16 |
| Hex | 51 | 1A | 0 | 0 | 44 | 64 | 44 | 13 | 64 | 10 |
| Octal | 121 | 32 | 0 | 0 | 104 | 144 | 104 | 23 | 144 | 20 |
| Binary | 1010001 | 11010 | 0 | 0 | 1000100 | 1100100 | 1000100 | 10011 | 1100100 | 10000 |
Color Harmonies of #511A00
Complementary color
Monochromatic Colors of #511A00
Black with #511A00
Text Example
Text Example
White with #511A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A00; }
p { color: rgb(81,26,0); }
H1.HeaderClassName
{
color: #511A00;
}
.AnyTagClassName
{
color: #511A00;
}
</style>
background-color css
<style>
a { background-color: #511A00; }
a { background-color: rgb(81,26,0); }
div.DivClassName
{
background-color: #511A00;
}
.BgClassName
{
background-color: #511A00;
}
</style>
border-color css
<style>
span { border-color: #511A00; }
span { border-color: rgb(81,26,0); }
td.TdClassName
{
border-color: #511A00;
}
.TagClassName
{
border-color: #511A00;
}
</style>