Shades of Brown Pod #511502
Tints of Brown Pod #511502
RGB
CMYK
RGB Variations
Color information
#511502 (or 0x511502) is known color: Brown Pod. HEX triplet: 51, 15 and 02. RGB value is (81,21,2). Sum of RGB (Red+Green+Blue) = 81+21+2=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511502 is #AEEAFD. Grayscale: #242424. Windows color (decimal): -11463422 or 136529. OLE color: 136529.
HSL color Cylindrical-coordinate representation of color #511502: hue angle of 14.43º 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 #511502 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 2 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.68 |
| HSL | 14.43º | 0.95% | 0.16% | - |
| HSV(B) | 14.43º | 0.98% | 0.32% | - |
| XYZ | 3.67 | 2.29 | 0.31 | - |
| YUV | 36.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 2 | 0 | 0.74 | 0.98 | 0.68 | 14.43 | 0.95 | 0.16 |
| Hex | 51 | 15 | 2 | 0 | 4A | 62 | 44 | E | 5F | 10 |
| Octal | 121 | 25 | 2 | 0 | 112 | 142 | 104 | 16 | 137 | 20 |
| Binary | 1010001 | 10101 | 10 | 0 | 1001010 | 1100010 | 1000100 | 1110 | 1011111 | 10000 |
Color Harmonies of #511502
Complementary color
Monochromatic Colors of #511502
Black with #511502
Text Example
Text Example
White with #511502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511502; }
p { color: rgb(81,21,2); }
H1.HeaderClassName
{
color: #511502;
}
.AnyTagClassName
{
color: #511502;
}
</style>
background-color css
<style>
a { background-color: #511502; }
a { background-color: rgb(81,21,2); }
div.DivClassName
{
background-color: #511502;
}
.BgClassName
{
background-color: #511502;
}
</style>
border-color css
<style>
span { border-color: #511502; }
span { border-color: rgb(81,21,2); }
td.TdClassName
{
border-color: #511502;
}
.TagClassName
{
border-color: #511502;
}
</style>