Shades of Brown Pod #501B04
Tints of Brown Pod #501B04
RGB
CMYK
RGB Variations
Color information
#501B04 (or 0x501B04) is known color: Brown Pod. HEX triplet: 50, 1B and 04. RGB value is (80,27,4). Sum of RGB (Red+Green+Blue) = 80+27+4=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B04 is #AFE4FB. Grayscale: #282828. Windows color (decimal): -11527420 or 269136. OLE color: 269136.
HSL color Cylindrical-coordinate representation of color #501B04: hue angle of 18.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #501B04 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 4 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.69 |
| HSL | 18.16º | 0.9% | 0.16% | - |
| HSV(B) | 18.16º | 0.95% | 0.31% | - |
| XYZ | 3.72 | 2.5 | 0.4 | - |
| YUV | 40.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 4 | 0 | 0.66 | 0.95 | 0.69 | 18.16 | 0.9 | 0.16 |
| Hex | 50 | 1B | 4 | 0 | 42 | 5F | 45 | 12 | 5A | 10 |
| Octal | 120 | 33 | 4 | 0 | 102 | 137 | 105 | 22 | 132 | 20 |
| Binary | 1010000 | 11011 | 100 | 0 | 1000010 | 1011111 | 1000101 | 10010 | 1011010 | 10000 |
Color Harmonies of #501B04
Complementary color
Monochromatic Colors of #501B04
Black with #501B04
Text Example
Text Example
White with #501B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B04; }
p { color: rgb(80,27,4); }
H1.HeaderClassName
{
color: #501B04;
}
.AnyTagClassName
{
color: #501B04;
}
</style>
background-color css
<style>
a { background-color: #501B04; }
a { background-color: rgb(80,27,4); }
div.DivClassName
{
background-color: #501B04;
}
.BgClassName
{
background-color: #501B04;
}
</style>
border-color css
<style>
span { border-color: #501B04; }
span { border-color: rgb(80,27,4); }
td.TdClassName
{
border-color: #501B04;
}
.TagClassName
{
border-color: #501B04;
}
</style>