Shades of Brown Pod #501A00
Tints of Brown Pod #501A00
RGB
CMYK
RGB Variations
Color information
#501A00 (or 0x501A00) is known color: Brown Pod. HEX triplet: 50, 1A and 00. RGB value is (80,26,0). Sum of RGB (Red+Green+Blue) = 80+26+0=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #501A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A00 is #AFE5FF. Grayscale: #272727. Windows color (decimal): -11527680 or 6736. OLE color: 6736.
HSL color Cylindrical-coordinate representation of color #501A00: hue angle of 19.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #501A00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.69 |
| HSL | 19.5º | 1% | 0.16% | - |
| HSV(B) | 19.5º | 1% | 0.31% | - |
| XYZ | 3.68 | 2.44 | 0.28 | - |
| YUV | 39.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 0 | 0 | 0.67 | 1 | 0.69 | 19.5 | 1 | 0.16 |
| Hex | 50 | 1A | 0 | 0 | 43 | 64 | 45 | 14 | 64 | 10 |
| Octal | 120 | 32 | 0 | 0 | 103 | 144 | 105 | 24 | 144 | 20 |
| Binary | 1010000 | 11010 | 0 | 0 | 1000011 | 1100100 | 1000101 | 10100 | 1100100 | 10000 |
Color Harmonies of #501A00
Complementary color
Monochromatic Colors of #501A00
Black with #501A00
Text Example
Text Example
White with #501A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A00; }
p { color: rgb(80,26,0); }
H1.HeaderClassName
{
color: #501A00;
}
.AnyTagClassName
{
color: #501A00;
}
</style>
background-color css
<style>
a { background-color: #501A00; }
a { background-color: rgb(80,26,0); }
div.DivClassName
{
background-color: #501A00;
}
.BgClassName
{
background-color: #501A00;
}
</style>
border-color css
<style>
span { border-color: #501A00; }
span { border-color: rgb(80,26,0); }
td.TdClassName
{
border-color: #501A00;
}
.TagClassName
{
border-color: #501A00;
}
</style>