Shades of Brown Pod #501702
Tints of Brown Pod #501702
RGB
CMYK
RGB Variations
Color information
#501702 (or 0x501702) is known color: Brown Pod. HEX triplet: 50, 17 and 02. RGB value is (80,23,2). Sum of RGB (Red+Green+Blue) = 80+23+2=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501702 is #AFE8FD. Grayscale: #252525. Windows color (decimal): -11528446 or 137040. OLE color: 137040.
HSL color Cylindrical-coordinate representation of color #501702: hue angle of 16.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #501702 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 2 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.69 |
| HSL | 16.15º | 0.95% | 0.16% | - |
| HSV(B) | 16.15º | 0.98% | 0.31% | - |
| XYZ | 3.63 | 2.32 | 0.31 | - |
| YUV | 37.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 2 | 0 | 0.71 | 0.98 | 0.69 | 16.15 | 0.95 | 0.16 |
| Hex | 50 | 17 | 2 | 0 | 47 | 62 | 45 | 10 | 5F | 10 |
| Octal | 120 | 27 | 2 | 0 | 107 | 142 | 105 | 20 | 137 | 20 |
| Binary | 1010000 | 10111 | 10 | 0 | 1000111 | 1100010 | 1000101 | 10000 | 1011111 | 10000 |
Color Harmonies of #501702
Complementary color
Monochromatic Colors of #501702
Black with #501702
Text Example
Text Example
White with #501702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501702; }
p { color: rgb(80,23,2); }
H1.HeaderClassName
{
color: #501702;
}
.AnyTagClassName
{
color: #501702;
}
</style>
background-color css
<style>
a { background-color: #501702; }
a { background-color: rgb(80,23,2); }
div.DivClassName
{
background-color: #501702;
}
.BgClassName
{
background-color: #501702;
}
</style>
border-color css
<style>
span { border-color: #501702; }
span { border-color: rgb(80,23,2); }
td.TdClassName
{
border-color: #501702;
}
.TagClassName
{
border-color: #501702;
}
</style>