Shades of Indian Tan #532C1A
Tints of Indian Tan #532C1A
RGB
CMYK
RGB Variations
Color information
#532C1A (or 0x532C1A) is known color: Indian Tan. HEX triplet: 53, 2C and 1A. RGB value is (83,44,26). Sum of RGB (Red+Green+Blue) = 83+44+26=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #532C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C1A is #ACD3E5. Grayscale: #353535. Windows color (decimal): -11326438 or 1715283. OLE color: 1715283.
HSL color Cylindrical-coordinate representation of color #532C1A: hue angle of 18.95º 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 #532C1A is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 26 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.67 |
| HSL | 18.95º | 0.52% | 0.21% | - |
| HSV(B) | 18.95º | 0.69% | 0.33% | - |
| XYZ | 4.65 | 3.71 | 1.45 | - |
| YUV | 53.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 26 | 0 | 0.47 | 0.69 | 0.67 | 18.95 | 0.52 | 0.21 |
| Hex | 53 | 2C | 1A | 0 | 2F | 45 | 43 | 13 | 34 | 15 |
| Octal | 123 | 54 | 32 | 0 | 57 | 105 | 103 | 23 | 64 | 25 |
| Binary | 1010011 | 101100 | 11010 | 0 | 101111 | 1000101 | 1000011 | 10011 | 110100 | 10101 |
Color Harmonies of #532C1A
Complementary color
Monochromatic Colors of #532C1A
Black with #532C1A
Text Example
Text Example
White with #532C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C1A; }
p { color: rgb(83,44,26); }
H1.HeaderClassName
{
color: #532C1A;
}
.AnyTagClassName
{
color: #532C1A;
}
</style>
background-color css
<style>
a { background-color: #532C1A; }
a { background-color: rgb(83,44,26); }
div.DivClassName
{
background-color: #532C1A;
}
.BgClassName
{
background-color: #532C1A;
}
</style>
border-color css
<style>
span { border-color: #532C1A; }
span { border-color: rgb(83,44,26); }
td.TdClassName
{
border-color: #532C1A;
}
.TagClassName
{
border-color: #532C1A;
}
</style>