Shades of Indian Tan #4D281C
Tints of Indian Tan #4D281C
RGB
CMYK
RGB Variations
Color information
#4D281C (or 0x4D281C) is known color: Indian Tan. HEX triplet: 4D, 28 and 1C. RGB value is (77,40,28). Sum of RGB (Red+Green+Blue) = 77+40+28=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D281C is #B2D7E3. Grayscale: #313131. Windows color (decimal): -11720676 or 1845325. OLE color: 1845325.
HSL color Cylindrical-coordinate representation of color #4D281C: hue angle of 14.69º 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 #4D281C is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 28 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.70 |
| HSL | 14.69º | 0.47% | 0.21% | - |
| HSV(B) | 14.69º | 0.64% | 0.3% | - |
| XYZ | 4.03 | 3.18 | 1.5 | - |
| YUV | 49.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 28 | 0 | 0.48 | 0.64 | 0.70 | 14.69 | 0.47 | 0.21 |
| Hex | 4D | 28 | 1C | 0 | 30 | 40 | 46 | F | 2F | 15 |
| Octal | 115 | 50 | 34 | 0 | 60 | 100 | 106 | 17 | 57 | 25 |
| Binary | 1001101 | 101000 | 11100 | 0 | 110000 | 1000000 | 1000110 | 1111 | 101111 | 10101 |
Color Harmonies of #4D281C
Complementary color
Monochromatic Colors of #4D281C
Black with #4D281C
Text Example
Text Example
White with #4D281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D281C; }
p { color: rgb(77,40,28); }
H1.HeaderClassName
{
color: #4D281C;
}
.AnyTagClassName
{
color: #4D281C;
}
</style>
background-color css
<style>
a { background-color: #4D281C; }
a { background-color: rgb(77,40,28); }
div.DivClassName
{
background-color: #4D281C;
}
.BgClassName
{
background-color: #4D281C;
}
</style>
border-color css
<style>
span { border-color: #4D281C; }
span { border-color: rgb(77,40,28); }
td.TdClassName
{
border-color: #4D281C;
}
.TagClassName
{
border-color: #4D281C;
}
</style>