Shades of Indian Tan #54301D
Tints of Indian Tan #54301D
RGB
CMYK
RGB Variations
Color information
#54301D (or 0x54301D) is known color: Indian Tan. HEX triplet: 54, 30 and 1D. RGB value is (84,48,29). Sum of RGB (Red+Green+Blue) = 84+48+29=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54301D is #ABCFE2. Grayscale: #383838. Windows color (decimal): -11259875 or 1912916. OLE color: 1912916.
HSL color Cylindrical-coordinate representation of color #54301D: hue angle of 20.73º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54301D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 48 | 29 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.67 |
| HSL | 20.73º | 0.49% | 0.22% | - |
| HSV(B) | 20.73º | 0.65% | 0.33% | - |
| XYZ | 4.93 | 4.09 | 1.69 | - |
| YUV | 56.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 29 | 0 | 0.43 | 0.65 | 0.67 | 20.73 | 0.49 | 0.22 |
| Hex | 54 | 30 | 1D | 0 | 2B | 41 | 43 | 15 | 31 | 16 |
| Octal | 124 | 60 | 35 | 0 | 53 | 101 | 103 | 25 | 61 | 26 |
| Binary | 1010100 | 110000 | 11101 | 0 | 101011 | 1000001 | 1000011 | 10101 | 110001 | 10110 |
Color Harmonies of #54301D
Complementary color
Monochromatic Colors of #54301D
Black with #54301D
Text Example
Text Example
White with #54301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54301D; }
p { color: rgb(84,48,29); }
H1.HeaderClassName
{
color: #54301D;
}
.AnyTagClassName
{
color: #54301D;
}
</style>
background-color css
<style>
a { background-color: #54301D; }
a { background-color: rgb(84,48,29); }
div.DivClassName
{
background-color: #54301D;
}
.BgClassName
{
background-color: #54301D;
}
</style>
border-color css
<style>
span { border-color: #54301D; }
span { border-color: rgb(84,48,29); }
td.TdClassName
{
border-color: #54301D;
}
.TagClassName
{
border-color: #54301D;
}
</style>