Shades of Brown Pod #501A07
Tints of Brown Pod #501A07
RGB
CMYK
RGB Variations
Color information
#501A07 (or 0x501A07) is known color: Brown Pod. HEX triplet: 50, 1A and 07. RGB value is (80,26,7). Sum of RGB (Red+Green+Blue) = 80+26+7=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #501A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A07 is #AFE5F8. Grayscale: #282828. Windows color (decimal): -11527673 or 465488. OLE color: 465488.
HSL color Cylindrical-coordinate representation of color #501A07: hue angle of 15.62º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #501A07 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 7 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.69 |
| HSL | 15.62º | 0.84% | 0.17% | - |
| HSV(B) | 15.62º | 0.91% | 0.31% | - |
| XYZ | 3.72 | 2.46 | 0.48 | - |
| YUV | 39.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 7 | 0 | 0.67 | 0.91 | 0.69 | 15.62 | 0.84 | 0.17 |
| Hex | 50 | 1A | 7 | 0 | 43 | 5B | 45 | 10 | 54 | 11 |
| Octal | 120 | 32 | 7 | 0 | 103 | 133 | 105 | 20 | 124 | 21 |
| Binary | 1010000 | 11010 | 111 | 0 | 1000011 | 1011011 | 1000101 | 10000 | 1010100 | 10001 |
Color Harmonies of #501A07
Complementary color
Monochromatic Colors of #501A07
Black with #501A07
Text Example
Text Example
White with #501A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A07; }
p { color: rgb(80,26,7); }
H1.HeaderClassName
{
color: #501A07;
}
.AnyTagClassName
{
color: #501A07;
}
</style>
background-color css
<style>
a { background-color: #501A07; }
a { background-color: rgb(80,26,7); }
div.DivClassName
{
background-color: #501A07;
}
.BgClassName
{
background-color: #501A07;
}
</style>
border-color css
<style>
span { border-color: #501A07; }
span { border-color: rgb(80,26,7); }
td.TdClassName
{
border-color: #501A07;
}
.TagClassName
{
border-color: #501A07;
}
</style>