Shades of Brown Pod #501B05
Tints of Brown Pod #501B05
RGB
CMYK
RGB Variations
Color information
#501B05 (or 0x501B05) is known color: Brown Pod. HEX triplet: 50, 1B and 05. RGB value is (80,27,5). Sum of RGB (Red+Green+Blue) = 80+27+5=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #501B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B05 is #AFE4FA. Grayscale: #282828. Windows color (decimal): -11527419 or 334672. OLE color: 334672.
HSL color Cylindrical-coordinate representation of color #501B05: hue angle of 17.6º 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 #501B05 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 5 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.69 |
| HSL | 17.6º | 0.88% | 0.17% | - |
| HSV(B) | 17.6º | 0.94% | 0.31% | - |
| XYZ | 3.73 | 2.5 | 0.43 | - |
| YUV | 40.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 5 | 0 | 0.66 | 0.94 | 0.69 | 17.6 | 0.88 | 0.17 |
| Hex | 50 | 1B | 5 | 0 | 42 | 5E | 45 | 12 | 58 | 11 |
| Octal | 120 | 33 | 5 | 0 | 102 | 136 | 105 | 22 | 130 | 21 |
| Binary | 1010000 | 11011 | 101 | 0 | 1000010 | 1011110 | 1000101 | 10010 | 1011000 | 10001 |
Color Harmonies of #501B05
Complementary color
Monochromatic Colors of #501B05
Black with #501B05
Text Example
Text Example
White with #501B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B05; }
p { color: rgb(80,27,5); }
H1.HeaderClassName
{
color: #501B05;
}
.AnyTagClassName
{
color: #501B05;
}
</style>
background-color css
<style>
a { background-color: #501B05; }
a { background-color: rgb(80,27,5); }
div.DivClassName
{
background-color: #501B05;
}
.BgClassName
{
background-color: #501B05;
}
</style>
border-color css
<style>
span { border-color: #501B05; }
span { border-color: rgb(80,27,5); }
td.TdClassName
{
border-color: #501B05;
}
.TagClassName
{
border-color: #501B05;
}
</style>