Shades of Indian Tan #512F23
Tints of Indian Tan #512F23
RGB
CMYK
RGB Variations
Color information
#512F23 (or 0x512F23) is known color: Indian Tan. HEX triplet: 51, 2F and 23. RGB value is (81,47,35). Sum of RGB (Red+Green+Blue) = 81+47+35=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #512F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F23 is #AED0DC. Grayscale: #373737. Windows color (decimal): -11456733 or 2305873. OLE color: 2305873.
HSL color Cylindrical-coordinate representation of color #512F23: hue angle of 15.65º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #512F23 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 35 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.68 |
| HSL | 15.65º | 0.4% | 0.23% | - |
| HSV(B) | 15.65º | 0.57% | 0.32% | - |
| XYZ | 4.71 | 3.9 | 2.1 | - |
| YUV | 55.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 35 | 0 | 0.42 | 0.57 | 0.68 | 15.65 | 0.4 | 0.23 |
| Hex | 51 | 2F | 23 | 0 | 2A | 39 | 44 | 10 | 28 | 17 |
| Octal | 121 | 57 | 43 | 0 | 52 | 71 | 104 | 20 | 50 | 27 |
| Binary | 1010001 | 101111 | 100011 | 0 | 101010 | 111001 | 1000100 | 10000 | 101000 | 10111 |
Color Harmonies of #512F23
Complementary color
Monochromatic Colors of #512F23
Black with #512F23
Text Example
Text Example
White with #512F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F23; }
p { color: rgb(81,47,35); }
H1.HeaderClassName
{
color: #512F23;
}
.AnyTagClassName
{
color: #512F23;
}
</style>
background-color css
<style>
a { background-color: #512F23; }
a { background-color: rgb(81,47,35); }
div.DivClassName
{
background-color: #512F23;
}
.BgClassName
{
background-color: #512F23;
}
</style>
border-color css
<style>
span { border-color: #512F23; }
span { border-color: rgb(81,47,35); }
td.TdClassName
{
border-color: #512F23;
}
.TagClassName
{
border-color: #512F23;
}
</style>