Shades of Indian Tan #52240F
Tints of Indian Tan #52240F
RGB
CMYK
RGB Variations
Color information
#52240F (or 0x52240F) is known color: Indian Tan. HEX triplet: 52, 24 and 0F. RGB value is (82,36,15). Sum of RGB (Red+Green+Blue) = 82+36+15=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52240F is #ADDBF0. Grayscale: #2F2F2F. Windows color (decimal): -11394033 or 992338. OLE color: 992338.
HSL color Cylindrical-coordinate representation of color #52240F: hue angle of 18.81º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52240F is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 36 | 15 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.68 |
| HSL | 18.81º | 0.69% | 0.19% | - |
| HSV(B) | 18.81º | 0.82% | 0.32% | - |
| XYZ | 4.2 | 3.09 | 0.83 | - |
| YUV | 47.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 15 | 0 | 0.56 | 0.82 | 0.68 | 18.81 | 0.69 | 0.19 |
| Hex | 52 | 24 | F | 0 | 38 | 52 | 44 | 13 | 45 | 13 |
| Octal | 122 | 44 | 17 | 0 | 70 | 122 | 104 | 23 | 105 | 23 |
| Binary | 1010010 | 100100 | 1111 | 0 | 111000 | 1010010 | 1000100 | 10011 | 1000101 | 10011 |
Color Harmonies of #52240F
Complementary color
Monochromatic Colors of #52240F
Black with #52240F
Text Example
Text Example
White with #52240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52240F; }
p { color: rgb(82,36,15); }
H1.HeaderClassName
{
color: #52240F;
}
.AnyTagClassName
{
color: #52240F;
}
</style>
background-color css
<style>
a { background-color: #52240F; }
a { background-color: rgb(82,36,15); }
div.DivClassName
{
background-color: #52240F;
}
.BgClassName
{
background-color: #52240F;
}
</style>
border-color css
<style>
span { border-color: #52240F; }
span { border-color: rgb(82,36,15); }
td.TdClassName
{
border-color: #52240F;
}
.TagClassName
{
border-color: #52240F;
}
</style>