Shades of Indian Tan #4D301C
Tints of Indian Tan #4D301C
RGB
CMYK
RGB Variations
Color information
#4D301C (or 0x4D301C) is known color: Indian Tan. HEX triplet: 4D, 30 and 1C. RGB value is (77,48,28). Sum of RGB (Red+Green+Blue) = 77+48+28=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D301C is #B2CFE3. Grayscale: #363636. Windows color (decimal): -11718628 or 1847373. OLE color: 1847373.
HSL color Cylindrical-coordinate representation of color #4D301C: hue angle of 24.49º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D301C is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 28 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.70 |
| HSL | 24.49º | 0.47% | 0.21% | - |
| HSV(B) | 24.49º | 0.64% | 0.3% | - |
| XYZ | 4.33 | 3.78 | 1.6 | - |
| YUV | 54.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 28 | 0 | 0.38 | 0.64 | 0.70 | 24.49 | 0.47 | 0.21 |
| Hex | 4D | 30 | 1C | 0 | 26 | 40 | 46 | 18 | 2F | 15 |
| Octal | 115 | 60 | 34 | 0 | 46 | 100 | 106 | 30 | 57 | 25 |
| Binary | 1001101 | 110000 | 11100 | 0 | 100110 | 1000000 | 1000110 | 11000 | 101111 | 10101 |
Color Harmonies of #4D301C
Complementary color
Monochromatic Colors of #4D301C
Black with #4D301C
Text Example
Text Example
White with #4D301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D301C; }
p { color: rgb(77,48,28); }
H1.HeaderClassName
{
color: #4D301C;
}
.AnyTagClassName
{
color: #4D301C;
}
</style>
background-color css
<style>
a { background-color: #4D301C; }
a { background-color: rgb(77,48,28); }
div.DivClassName
{
background-color: #4D301C;
}
.BgClassName
{
background-color: #4D301C;
}
</style>
border-color css
<style>
span { border-color: #4D301C; }
span { border-color: rgb(77,48,28); }
td.TdClassName
{
border-color: #4D301C;
}
.TagClassName
{
border-color: #4D301C;
}
</style>