Shades of Brown Pod #501A05
Tints of Brown Pod #501A05
RGB
CMYK
RGB Variations
Color information
#501A05 (or 0x501A05) is known color: Brown Pod. HEX triplet: 50, 1A and 05. RGB value is (80,26,5). Sum of RGB (Red+Green+Blue) = 80+26+5=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A05 is #AFE5FA. Grayscale: #272727. Windows color (decimal): -11527675 or 334416. OLE color: 334416.
HSL color Cylindrical-coordinate representation of color #501A05: hue angle of 16.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #501A05 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 5 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.69 |
| HSL | 16.8º | 0.88% | 0.17% | - |
| HSV(B) | 16.8º | 0.94% | 0.31% | - |
| XYZ | 3.71 | 2.46 | 0.42 | - |
| YUV | 39.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 5 | 0 | 0.67 | 0.94 | 0.69 | 16.8 | 0.88 | 0.17 |
| Hex | 50 | 1A | 5 | 0 | 43 | 5E | 45 | 11 | 58 | 11 |
| Octal | 120 | 32 | 5 | 0 | 103 | 136 | 105 | 21 | 130 | 21 |
| Binary | 1010000 | 11010 | 101 | 0 | 1000011 | 1011110 | 1000101 | 10001 | 1011000 | 10001 |
Color Harmonies of #501A05
Complementary color
Monochromatic Colors of #501A05
Black with #501A05
Text Example
Text Example
White with #501A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A05; }
p { color: rgb(80,26,5); }
H1.HeaderClassName
{
color: #501A05;
}
.AnyTagClassName
{
color: #501A05;
}
</style>
background-color css
<style>
a { background-color: #501A05; }
a { background-color: rgb(80,26,5); }
div.DivClassName
{
background-color: #501A05;
}
.BgClassName
{
background-color: #501A05;
}
</style>
border-color css
<style>
span { border-color: #501A05; }
span { border-color: rgb(80,26,5); }
td.TdClassName
{
border-color: #501A05;
}
.TagClassName
{
border-color: #501A05;
}
</style>