Shades of Indian Tan #50230F
Tints of Indian Tan #50230F
RGB
CMYK
RGB Variations
Color information
#50230F (or 0x50230F) is known color: Indian Tan. HEX triplet: 50, 23 and 0F. RGB value is (80,35,15). Sum of RGB (Red+Green+Blue) = 80+35+15=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50230F is #AFDCF0. Grayscale: #2E2E2E. Windows color (decimal): -11525361 or 992080. OLE color: 992080.
HSL color Cylindrical-coordinate representation of color #50230F: hue angle of 18.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50230F is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 15 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.69 |
| HSL | 18.46º | 0.68% | 0.19% | - |
| HSV(B) | 18.46º | 0.81% | 0.31% | - |
| XYZ | 4 | 2.94 | 0.81 | - |
| YUV | 46.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 15 | 0 | 0.56 | 0.81 | 0.69 | 18.46 | 0.68 | 0.19 |
| Hex | 50 | 23 | F | 0 | 38 | 51 | 45 | 12 | 44 | 13 |
| Octal | 120 | 43 | 17 | 0 | 70 | 121 | 105 | 22 | 104 | 23 |
| Binary | 1010000 | 100011 | 1111 | 0 | 111000 | 1010001 | 1000101 | 10010 | 1000100 | 10011 |
Color Harmonies of #50230F
Complementary color
Monochromatic Colors of #50230F
Black with #50230F
Text Example
Text Example
White with #50230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50230F; }
p { color: rgb(80,35,15); }
H1.HeaderClassName
{
color: #50230F;
}
.AnyTagClassName
{
color: #50230F;
}
</style>
background-color css
<style>
a { background-color: #50230F; }
a { background-color: rgb(80,35,15); }
div.DivClassName
{
background-color: #50230F;
}
.BgClassName
{
background-color: #50230F;
}
</style>
border-color css
<style>
span { border-color: #50230F; }
span { border-color: rgb(80,35,15); }
td.TdClassName
{
border-color: #50230F;
}
.TagClassName
{
border-color: #50230F;
}
</style>