Shades of Indian Tan #53301E
Tints of Indian Tan #53301E
RGB
CMYK
RGB Variations
Color information
#53301E (or 0x53301E) is known color: Indian Tan. HEX triplet: 53, 30 and 1E. RGB value is (83,48,30). Sum of RGB (Red+Green+Blue) = 83+48+30=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301E is #ACCFE1. Grayscale: #383838. Windows color (decimal): -11325410 or 1978451. OLE color: 1978451.
HSL color Cylindrical-coordinate representation of color #53301E: hue angle of 20.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53301E is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 30 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.67 |
| HSL | 20.38º | 0.47% | 0.22% | - |
| HSV(B) | 20.38º | 0.64% | 0.33% | - |
| XYZ | 4.86 | 4.05 | 1.75 | - |
| YUV | 56.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 30 | 0 | 0.42 | 0.64 | 0.67 | 20.38 | 0.47 | 0.22 |
| Hex | 53 | 30 | 1E | 0 | 2A | 40 | 43 | 14 | 2F | 16 |
| Octal | 123 | 60 | 36 | 0 | 52 | 100 | 103 | 24 | 57 | 26 |
| Binary | 1010011 | 110000 | 11110 | 0 | 101010 | 1000000 | 1000011 | 10100 | 101111 | 10110 |
Color Harmonies of #53301E
Complementary color
Monochromatic Colors of #53301E
Black with #53301E
Text Example
Text Example
White with #53301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53301E; }
p { color: rgb(83,48,30); }
H1.HeaderClassName
{
color: #53301E;
}
.AnyTagClassName
{
color: #53301E;
}
</style>
background-color css
<style>
a { background-color: #53301E; }
a { background-color: rgb(83,48,30); }
div.DivClassName
{
background-color: #53301E;
}
.BgClassName
{
background-color: #53301E;
}
</style>
border-color css
<style>
span { border-color: #53301E; }
span { border-color: rgb(83,48,30); }
td.TdClassName
{
border-color: #53301E;
}
.TagClassName
{
border-color: #53301E;
}
</style>