Shades of Indian Tan #54311F
Tints of Indian Tan #54311F
RGB
CMYK
RGB Variations
Color information
#54311F (or 0x54311F) is known color: Indian Tan. HEX triplet: 54, 31 and 1F. RGB value is (84,49,31). Sum of RGB (Red+Green+Blue) = 84+49+31=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311F is #ABCEE0. Grayscale: #393939. Windows color (decimal): -11259617 or 2044244. OLE color: 2044244.
HSL color Cylindrical-coordinate representation of color #54311F: hue angle of 20.38º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54311F is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 49 | 31 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.67 |
| HSL | 20.38º | 0.46% | 0.23% | - |
| HSV(B) | 20.38º | 0.63% | 0.33% | - |
| XYZ | 5 | 4.18 | 1.84 | - |
| YUV | 57.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 31 | 0 | 0.42 | 0.63 | 0.67 | 20.38 | 0.46 | 0.23 |
| Hex | 54 | 31 | 1F | 0 | 2A | 3F | 43 | 14 | 2E | 17 |
| Octal | 124 | 61 | 37 | 0 | 52 | 77 | 103 | 24 | 56 | 27 |
| Binary | 1010100 | 110001 | 11111 | 0 | 101010 | 111111 | 1000011 | 10100 | 101110 | 10111 |
Color Harmonies of #54311F
Complementary color
Monochromatic Colors of #54311F
Black with #54311F
Text Example
Text Example
White with #54311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54311F; }
p { color: rgb(84,49,31); }
H1.HeaderClassName
{
color: #54311F;
}
.AnyTagClassName
{
color: #54311F;
}
</style>
background-color css
<style>
a { background-color: #54311F; }
a { background-color: rgb(84,49,31); }
div.DivClassName
{
background-color: #54311F;
}
.BgClassName
{
background-color: #54311F;
}
</style>
border-color css
<style>
span { border-color: #54311F; }
span { border-color: rgb(84,49,31); }
td.TdClassName
{
border-color: #54311F;
}
.TagClassName
{
border-color: #54311F;
}
</style>