Shades of Brown Pod #511805
Tints of Brown Pod #511805
RGB
CMYK
RGB Variations
Color information
#511805 (or 0x511805) is known color: Brown Pod. HEX triplet: 51, 18 and 05. RGB value is (81,24,5). Sum of RGB (Red+Green+Blue) = 81+24+5=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #511805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511805 is #AEE7FA. Grayscale: #272727. Windows color (decimal): -11462651 or 333905. OLE color: 333905.
HSL color Cylindrical-coordinate representation of color #511805: hue angle of 15º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #511805 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 5 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.68 |
| HSL | 15º | 0.88% | 0.17% | - |
| HSV(B) | 15º | 0.94% | 0.32% | - |
| XYZ | 3.75 | 2.41 | 0.41 | - |
| YUV | 38.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 5 | 0 | 0.70 | 0.94 | 0.68 | 15 | 0.88 | 0.17 |
| Hex | 51 | 18 | 5 | 0 | 46 | 5E | 44 | F | 58 | 11 |
| Octal | 121 | 30 | 5 | 0 | 106 | 136 | 104 | 17 | 130 | 21 |
| Binary | 1010001 | 11000 | 101 | 0 | 1000110 | 1011110 | 1000100 | 1111 | 1011000 | 10001 |
Color Harmonies of #511805
Complementary color
Monochromatic Colors of #511805
Black with #511805
Text Example
Text Example
White with #511805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511805; }
p { color: rgb(81,24,5); }
H1.HeaderClassName
{
color: #511805;
}
.AnyTagClassName
{
color: #511805;
}
</style>
background-color css
<style>
a { background-color: #511805; }
a { background-color: rgb(81,24,5); }
div.DivClassName
{
background-color: #511805;
}
.BgClassName
{
background-color: #511805;
}
</style>
border-color css
<style>
span { border-color: #511805; }
span { border-color: rgb(81,24,5); }
td.TdClassName
{
border-color: #511805;
}
.TagClassName
{
border-color: #511805;
}
</style>