Shades of Brown Pod #511E0A
Tints of Brown Pod #511E0A
RGB
CMYK
RGB Variations
Color information
#511E0A (or 0x511E0A) is known color: Brown Pod. HEX triplet: 51, 1E and 0A. RGB value is (81,30,10). Sum of RGB (Red+Green+Blue) = 81+30+10=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E0A is #AEE1F5. Grayscale: #2B2B2B. Windows color (decimal): -11461110 or 663121. OLE color: 663121.
HSL color Cylindrical-coordinate representation of color #511E0A: hue angle of 16.9º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511E0A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 10 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.68 |
| HSL | 16.9º | 0.78% | 0.18% | - |
| HSV(B) | 16.9º | 0.88% | 0.32% | - |
| XYZ | 3.91 | 2.7 | 0.6 | - |
| YUV | 42.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 10 | 0 | 0.63 | 0.88 | 0.68 | 16.9 | 0.78 | 0.18 |
| Hex | 51 | 1E | A | 0 | 3F | 58 | 44 | 11 | 4E | 12 |
| Octal | 121 | 36 | 12 | 0 | 77 | 130 | 104 | 21 | 116 | 22 |
| Binary | 1010001 | 11110 | 1010 | 0 | 111111 | 1011000 | 1000100 | 10001 | 1001110 | 10010 |
Color Harmonies of #511E0A
Complementary color
Monochromatic Colors of #511E0A
Black with #511E0A
Text Example
Text Example
White with #511E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E0A; }
p { color: rgb(81,30,10); }
H1.HeaderClassName
{
color: #511E0A;
}
.AnyTagClassName
{
color: #511E0A;
}
</style>
background-color css
<style>
a { background-color: #511E0A; }
a { background-color: rgb(81,30,10); }
div.DivClassName
{
background-color: #511E0A;
}
.BgClassName
{
background-color: #511E0A;
}
</style>
border-color css
<style>
span { border-color: #511E0A; }
span { border-color: rgb(81,30,10); }
td.TdClassName
{
border-color: #511E0A;
}
.TagClassName
{
border-color: #511E0A;
}
</style>