Shades of Madras #4B461A
Tints of Madras #4B461A
RGB
CMYK
RGB Variations
Color information
#4B461A (or 0x4B461A) is known color: Madras. HEX triplet: 4B, 46 and 1A. RGB value is (75,70,26). Sum of RGB (Red+Green+Blue) = 75+70+26=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B461A is #B4B9E5. Grayscale: #424242. Windows color (decimal): -11844070 or 1721931. OLE color: 1721931.
HSL color Cylindrical-coordinate representation of color #4B461A: hue angle of 53.88º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B461A is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 70 | 26 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.71 |
| HSL | 53.88º | 0.49% | 0.2% | - |
| HSV(B) | 53.88º | 0.65% | 0.29% | - |
| XYZ | 5.28 | 5.95 | 1.85 | - |
| YUV | 66.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 26 | 0 | 0.07 | 0.65 | 0.71 | 53.88 | 0.49 | 0.2 |
| Hex | 4B | 46 | 1A | 0 | 7 | 41 | 47 | 36 | 31 | 14 |
| Octal | 113 | 106 | 32 | 0 | 7 | 101 | 107 | 66 | 61 | 24 |
| Binary | 1001011 | 1000110 | 11010 | 0 | 111 | 1000001 | 1000111 | 110110 | 110001 | 10100 |
Color Harmonies of #4B461A
Complementary color
Monochromatic Colors of #4B461A
Black with #4B461A
Text Example
Text Example
White with #4B461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B461A; }
p { color: rgb(75,70,26); }
H1.HeaderClassName
{
color: #4B461A;
}
.AnyTagClassName
{
color: #4B461A;
}
</style>
background-color css
<style>
a { background-color: #4B461A; }
a { background-color: rgb(75,70,26); }
div.DivClassName
{
background-color: #4B461A;
}
.BgClassName
{
background-color: #4B461A;
}
</style>
border-color css
<style>
span { border-color: #4B461A; }
span { border-color: rgb(75,70,26); }
td.TdClassName
{
border-color: #4B461A;
}
.TagClassName
{
border-color: #4B461A;
}
</style>