Shades of Indian Tan #4B250B
Tints of Indian Tan #4B250B
RGB
CMYK
RGB Variations
Color information
#4B250B (or 0x4B250B) is known color: Indian Tan. HEX triplet: 4B, 25 and 0B. RGB value is (75,37,11). Sum of RGB (Red+Green+Blue) = 75+37+11=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B250B is #B4DAF4. Grayscale: #2D2D2D. Windows color (decimal): -11852533 or 730443. OLE color: 730443.
HSL color Cylindrical-coordinate representation of color #4B250B: hue angle of 24.38º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B250B is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 11 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.71 |
| HSL | 24.38º | 0.74% | 0.17% | - |
| HSV(B) | 24.38º | 0.85% | 0.29% | - |
| XYZ | 3.62 | 2.84 | 0.67 | - |
| YUV | 45.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 11 | 0 | 0.51 | 0.85 | 0.71 | 24.38 | 0.74 | 0.17 |
| Hex | 4B | 25 | B | 0 | 33 | 55 | 47 | 18 | 4A | 11 |
| Octal | 113 | 45 | 13 | 0 | 63 | 125 | 107 | 30 | 112 | 21 |
| Binary | 1001011 | 100101 | 1011 | 0 | 110011 | 1010101 | 1000111 | 11000 | 1001010 | 10001 |
Color Harmonies of #4B250B
Complementary color
Monochromatic Colors of #4B250B
Black with #4B250B
Text Example
Text Example
White with #4B250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B250B; }
p { color: rgb(75,37,11); }
H1.HeaderClassName
{
color: #4B250B;
}
.AnyTagClassName
{
color: #4B250B;
}
</style>
background-color css
<style>
a { background-color: #4B250B; }
a { background-color: rgb(75,37,11); }
div.DivClassName
{
background-color: #4B250B;
}
.BgClassName
{
background-color: #4B250B;
}
</style>
border-color css
<style>
span { border-color: #4B250B; }
span { border-color: rgb(75,37,11); }
td.TdClassName
{
border-color: #4B250B;
}
.TagClassName
{
border-color: #4B250B;
}
</style>