Shades of Brown Pod #511602
Tints of Brown Pod #511602
RGB
CMYK
RGB Variations
Color information
#511602 (or 0x511602) is known color: Brown Pod. HEX triplet: 51, 16 and 02. RGB value is (81,22,2). Sum of RGB (Red+Green+Blue) = 81+22+2=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #511602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511602 is #AEE9FD. Grayscale: #252525. Windows color (decimal): -11463166 or 136785. OLE color: 136785.
HSL color Cylindrical-coordinate representation of color #511602: hue angle of 15.19º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #511602 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.68 |
| HSL | 15.19º | 0.95% | 0.16% | - |
| HSV(B) | 15.19º | 0.98% | 0.32% | - |
| XYZ | 3.69 | 2.33 | 0.31 | - |
| YUV | 37.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 2 | 0 | 0.73 | 0.98 | 0.68 | 15.19 | 0.95 | 0.16 |
| Hex | 51 | 16 | 2 | 0 | 49 | 62 | 44 | F | 5F | 10 |
| Octal | 121 | 26 | 2 | 0 | 111 | 142 | 104 | 17 | 137 | 20 |
| Binary | 1010001 | 10110 | 10 | 0 | 1001001 | 1100010 | 1000100 | 1111 | 1011111 | 10000 |
Color Harmonies of #511602
Complementary color
Monochromatic Colors of #511602
Black with #511602
Text Example
Text Example
White with #511602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511602; }
p { color: rgb(81,22,2); }
H1.HeaderClassName
{
color: #511602;
}
.AnyTagClassName
{
color: #511602;
}
</style>
background-color css
<style>
a { background-color: #511602; }
a { background-color: rgb(81,22,2); }
div.DivClassName
{
background-color: #511602;
}
.BgClassName
{
background-color: #511602;
}
</style>
border-color css
<style>
span { border-color: #511602; }
span { border-color: rgb(81,22,2); }
td.TdClassName
{
border-color: #511602;
}
.TagClassName
{
border-color: #511602;
}
</style>