Shades of Brown Pod #511800
Tints of Brown Pod #511800
RGB
CMYK
RGB Variations
Color information
#511800 (or 0x511800) is known color: Brown Pod. HEX triplet: 51, 18 and 00. RGB value is (81,24,0). Sum of RGB (Red+Green+Blue) = 81+24+0=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #511800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511800 is #AEE7FF. Grayscale: #262626. Windows color (decimal): -11462656 or 6225. OLE color: 6225.
HSL color Cylindrical-coordinate representation of color #511800: hue angle of 17.78º 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 #511800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.68 |
| HSL | 17.78º | 1% | 0.16% | - |
| HSV(B) | 17.78º | 1% | 0.32% | - |
| XYZ | 3.72 | 2.4 | 0.27 | - |
| YUV | 38.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 0 | 0 | 0.70 | 1 | 0.68 | 17.78 | 1 | 0.16 |
| Hex | 51 | 18 | 0 | 0 | 46 | 64 | 44 | 12 | 64 | 10 |
| Octal | 121 | 30 | 0 | 0 | 106 | 144 | 104 | 22 | 144 | 20 |
| Binary | 1010001 | 11000 | 0 | 0 | 1000110 | 1100100 | 1000100 | 10010 | 1100100 | 10000 |
Color Harmonies of #511800
Complementary color
Monochromatic Colors of #511800
Black with #511800
Text Example
Text Example
White with #511800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511800; }
p { color: rgb(81,24,0); }
H1.HeaderClassName
{
color: #511800;
}
.AnyTagClassName
{
color: #511800;
}
</style>
background-color css
<style>
a { background-color: #511800; }
a { background-color: rgb(81,24,0); }
div.DivClassName
{
background-color: #511800;
}
.BgClassName
{
background-color: #511800;
}
</style>
border-color css
<style>
span { border-color: #511800; }
span { border-color: rgb(81,24,0); }
td.TdClassName
{
border-color: #511800;
}
.TagClassName
{
border-color: #511800;
}
</style>