Shades of Indian Tan #532E1B
Tints of Indian Tan #532E1B
RGB
CMYK
RGB Variations
Color information
#532E1B (or 0x532E1B) is known color: Indian Tan. HEX triplet: 53, 2E and 1B. RGB value is (83,46,27). Sum of RGB (Red+Green+Blue) = 83+46+27=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E1B is #ACD1E4. Grayscale: #373737. Windows color (decimal): -11325925 or 1781331. OLE color: 1781331.
HSL color Cylindrical-coordinate representation of color #532E1B: hue angle of 20.36º 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 #532E1B is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 27 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.67 |
| HSL | 20.36º | 0.51% | 0.22% | - |
| HSV(B) | 20.36º | 0.67% | 0.33% | - |
| XYZ | 4.74 | 3.87 | 1.53 | - |
| YUV | 54.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 27 | 0 | 0.45 | 0.67 | 0.67 | 20.36 | 0.51 | 0.22 |
| Hex | 53 | 2E | 1B | 0 | 2D | 43 | 43 | 14 | 33 | 16 |
| Octal | 123 | 56 | 33 | 0 | 55 | 103 | 103 | 24 | 63 | 26 |
| Binary | 1010011 | 101110 | 11011 | 0 | 101101 | 1000011 | 1000011 | 10100 | 110011 | 10110 |
Color Harmonies of #532E1B
Complementary color
Monochromatic Colors of #532E1B
Black with #532E1B
Text Example
Text Example
White with #532E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E1B; }
p { color: rgb(83,46,27); }
H1.HeaderClassName
{
color: #532E1B;
}
.AnyTagClassName
{
color: #532E1B;
}
</style>
background-color css
<style>
a { background-color: #532E1B; }
a { background-color: rgb(83,46,27); }
div.DivClassName
{
background-color: #532E1B;
}
.BgClassName
{
background-color: #532E1B;
}
</style>
border-color css
<style>
span { border-color: #532E1B; }
span { border-color: rgb(83,46,27); }
td.TdClassName
{
border-color: #532E1B;
}
.TagClassName
{
border-color: #532E1B;
}
</style>