Shades of Indian Tan #4F281C
Tints of Indian Tan #4F281C
RGB
CMYK
RGB Variations
Color information
#4F281C (or 0x4F281C) is known color: Indian Tan. HEX triplet: 4F, 28 and 1C. RGB value is (79,40,28). Sum of RGB (Red+Green+Blue) = 79+40+28=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F281C is #B0D7E3. Grayscale: #323232. Windows color (decimal): -11589604 or 1845327. OLE color: 1845327.
HSL color Cylindrical-coordinate representation of color #4F281C: hue angle of 14.12º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F281C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 28 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.69 |
| HSL | 14.12º | 0.48% | 0.21% | - |
| HSV(B) | 14.12º | 0.65% | 0.31% | - |
| XYZ | 4.19 | 3.26 | 1.51 | - |
| YUV | 50.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 28 | 0 | 0.49 | 0.65 | 0.69 | 14.12 | 0.48 | 0.21 |
| Hex | 4F | 28 | 1C | 0 | 31 | 41 | 45 | E | 30 | 15 |
| Octal | 117 | 50 | 34 | 0 | 61 | 101 | 105 | 16 | 60 | 25 |
| Binary | 1001111 | 101000 | 11100 | 0 | 110001 | 1000001 | 1000101 | 1110 | 110000 | 10101 |
Color Harmonies of #4F281C
Complementary color
Monochromatic Colors of #4F281C
Black with #4F281C
Text Example
Text Example
White with #4F281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F281C; }
p { color: rgb(79,40,28); }
H1.HeaderClassName
{
color: #4F281C;
}
.AnyTagClassName
{
color: #4F281C;
}
</style>
background-color css
<style>
a { background-color: #4F281C; }
a { background-color: rgb(79,40,28); }
div.DivClassName
{
background-color: #4F281C;
}
.BgClassName
{
background-color: #4F281C;
}
</style>
border-color css
<style>
span { border-color: #4F281C; }
span { border-color: rgb(79,40,28); }
td.TdClassName
{
border-color: #4F281C;
}
.TagClassName
{
border-color: #4F281C;
}
</style>