Shades of Indian Tan #532B1A
Tints of Indian Tan #532B1A
RGB
CMYK
RGB Variations
Color information
#532B1A (or 0x532B1A) is known color: Indian Tan. HEX triplet: 53, 2B and 1A. RGB value is (83,43,26). Sum of RGB (Red+Green+Blue) = 83+43+26=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B1A is #ACD4E5. Grayscale: #353535. Windows color (decimal): -11326694 or 1715027. OLE color: 1715027.
HSL color Cylindrical-coordinate representation of color #532B1A: hue angle of 17.89º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #532B1A is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 26 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.67 |
| HSL | 17.89º | 0.52% | 0.21% | - |
| HSV(B) | 17.89º | 0.69% | 0.33% | - |
| XYZ | 4.62 | 3.64 | 1.44 | - |
| YUV | 53.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 26 | 0 | 0.48 | 0.69 | 0.67 | 17.89 | 0.52 | 0.21 |
| Hex | 53 | 2B | 1A | 0 | 30 | 45 | 43 | 12 | 34 | 15 |
| Octal | 123 | 53 | 32 | 0 | 60 | 105 | 103 | 22 | 64 | 25 |
| Binary | 1010011 | 101011 | 11010 | 0 | 110000 | 1000101 | 1000011 | 10010 | 110100 | 10101 |
Color Harmonies of #532B1A
Complementary color
Monochromatic Colors of #532B1A
Black with #532B1A
Text Example
Text Example
White with #532B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B1A; }
p { color: rgb(83,43,26); }
H1.HeaderClassName
{
color: #532B1A;
}
.AnyTagClassName
{
color: #532B1A;
}
</style>
background-color css
<style>
a { background-color: #532B1A; }
a { background-color: rgb(83,43,26); }
div.DivClassName
{
background-color: #532B1A;
}
.BgClassName
{
background-color: #532B1A;
}
</style>
border-color css
<style>
span { border-color: #532B1A; }
span { border-color: rgb(83,43,26); }
td.TdClassName
{
border-color: #532B1A;
}
.TagClassName
{
border-color: #532B1A;
}
</style>