Shades of Indian Tan #53291B
Tints of Indian Tan #53291B
RGB
CMYK
RGB Variations
Color information
#53291B (or 0x53291B) is known color: Indian Tan. HEX triplet: 53, 29 and 1B. RGB value is (83,41,27). Sum of RGB (Red+Green+Blue) = 83+41+27=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53291B is #ACD6E4. Grayscale: #343434. Windows color (decimal): -11327205 or 1780051. OLE color: 1780051.
HSL color Cylindrical-coordinate representation of color #53291B: hue angle of 15º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53291B is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 27 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.67 |
| HSL | 15º | 0.51% | 0.22% | - |
| HSV(B) | 15º | 0.67% | 0.33% | - |
| XYZ | 4.56 | 3.5 | 1.47 | - |
| YUV | 51.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 27 | 0 | 0.51 | 0.67 | 0.67 | 15 | 0.51 | 0.22 |
| Hex | 53 | 29 | 1B | 0 | 33 | 43 | 43 | F | 33 | 16 |
| Octal | 123 | 51 | 33 | 0 | 63 | 103 | 103 | 17 | 63 | 26 |
| Binary | 1010011 | 101001 | 11011 | 0 | 110011 | 1000011 | 1000011 | 1111 | 110011 | 10110 |
Color Harmonies of #53291B
Complementary color
Monochromatic Colors of #53291B
Black with #53291B
Text Example
Text Example
White with #53291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53291B; }
p { color: rgb(83,41,27); }
H1.HeaderClassName
{
color: #53291B;
}
.AnyTagClassName
{
color: #53291B;
}
</style>
background-color css
<style>
a { background-color: #53291B; }
a { background-color: rgb(83,41,27); }
div.DivClassName
{
background-color: #53291B;
}
.BgClassName
{
background-color: #53291B;
}
</style>
border-color css
<style>
span { border-color: #53291B; }
span { border-color: rgb(83,41,27); }
td.TdClassName
{
border-color: #53291B;
}
.TagClassName
{
border-color: #53291B;
}
</style>