Shades of Brown Pod #511700
Tints of Brown Pod #511700
RGB
CMYK
RGB Variations
Color information
#511700 (or 0x511700) is known color: Brown Pod. HEX triplet: 51, 17 and 00. RGB value is (81,23,0). Sum of RGB (Red+Green+Blue) = 81+23+0=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511700 is #AEE8FF. Grayscale: #252525. Windows color (decimal): -11462912 or 5969. OLE color: 5969.
HSL color Cylindrical-coordinate representation of color #511700: hue angle of 17.04º 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 #511700 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.68 |
| HSL | 17.04º | 1% | 0.16% | - |
| HSV(B) | 17.04º | 1% | 0.32% | - |
| XYZ | 3.7 | 2.36 | 0.26 | - |
| YUV | 37.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 0 | 0 | 0.72 | 1 | 0.68 | 17.04 | 1 | 0.16 |
| Hex | 51 | 17 | 0 | 0 | 48 | 64 | 44 | 11 | 64 | 10 |
| Octal | 121 | 27 | 0 | 0 | 110 | 144 | 104 | 21 | 144 | 20 |
| Binary | 1010001 | 10111 | 0 | 0 | 1001000 | 1100100 | 1000100 | 10001 | 1100100 | 10000 |
Color Harmonies of #511700
Complementary color
Monochromatic Colors of #511700
Black with #511700
Text Example
Text Example
White with #511700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511700; }
p { color: rgb(81,23,0); }
H1.HeaderClassName
{
color: #511700;
}
.AnyTagClassName
{
color: #511700;
}
</style>
background-color css
<style>
a { background-color: #511700; }
a { background-color: rgb(81,23,0); }
div.DivClassName
{
background-color: #511700;
}
.BgClassName
{
background-color: #511700;
}
</style>
border-color css
<style>
span { border-color: #511700; }
span { border-color: rgb(81,23,0); }
td.TdClassName
{
border-color: #511700;
}
.TagClassName
{
border-color: #511700;
}
</style>