Shades of Brown Pod #511503
Tints of Brown Pod #511503
RGB
CMYK
RGB Variations
Color information
#511503 (or 0x511503) is known color: Brown Pod. HEX triplet: 51, 15 and 03. RGB value is (81,21,3). Sum of RGB (Red+Green+Blue) = 81+21+3=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #511503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511503 is #AEEAFC. Grayscale: #252525. Windows color (decimal): -11463421 or 202065. OLE color: 202065.
HSL color Cylindrical-coordinate representation of color #511503: hue angle of 13.85º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #511503 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 3 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.68 |
| HSL | 13.85º | 0.93% | 0.16% | - |
| HSV(B) | 13.85º | 0.96% | 0.32% | - |
| XYZ | 3.68 | 2.29 | 0.33 | - |
| YUV | 36.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 3 | 0 | 0.74 | 0.96 | 0.68 | 13.85 | 0.93 | 0.16 |
| Hex | 51 | 15 | 3 | 0 | 4A | 60 | 44 | E | 5D | 10 |
| Octal | 121 | 25 | 3 | 0 | 112 | 140 | 104 | 16 | 135 | 20 |
| Binary | 1010001 | 10101 | 11 | 0 | 1001010 | 1100000 | 1000100 | 1110 | 1011101 | 10000 |
Color Harmonies of #511503
Complementary color
Monochromatic Colors of #511503
Black with #511503
Text Example
Text Example
White with #511503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511503; }
p { color: rgb(81,21,3); }
H1.HeaderClassName
{
color: #511503;
}
.AnyTagClassName
{
color: #511503;
}
</style>
background-color css
<style>
a { background-color: #511503; }
a { background-color: rgb(81,21,3); }
div.DivClassName
{
background-color: #511503;
}
.BgClassName
{
background-color: #511503;
}
</style>
border-color css
<style>
span { border-color: #511503; }
span { border-color: rgb(81,21,3); }
td.TdClassName
{
border-color: #511503;
}
.TagClassName
{
border-color: #511503;
}
</style>