Shades of Madras #4B400F
Tints of Madras #4B400F
RGB
CMYK
RGB Variations
Color information
#4B400F (or 0x4B400F) is known color: Madras. HEX triplet: 4B, 40 and 0F. RGB value is (75,64,15). Sum of RGB (Red+Green+Blue) = 75+64+15=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B400F is #B4BFF0. Grayscale: #3D3D3D. Windows color (decimal): -11845617 or 999499. OLE color: 999499.
HSL color Cylindrical-coordinate representation of color #4B400F: hue angle of 49º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B400F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 64 | 15 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.71 |
| HSL | 49º | 0.67% | 0.18% | - |
| HSV(B) | 49º | 0.8% | 0.29% | - |
| XYZ | 4.82 | 5.2 | 1.2 | - |
| YUV | 61.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 15 | 0 | 0.15 | 0.80 | 0.71 | 49 | 0.67 | 0.18 |
| Hex | 4B | 40 | F | 0 | F | 50 | 47 | 31 | 43 | 12 |
| Octal | 113 | 100 | 17 | 0 | 17 | 120 | 107 | 61 | 103 | 22 |
| Binary | 1001011 | 1000000 | 1111 | 0 | 1111 | 1010000 | 1000111 | 110001 | 1000011 | 10010 |
Color Harmonies of #4B400F
Complementary color
Monochromatic Colors of #4B400F
Black with #4B400F
Text Example
Text Example
White with #4B400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B400F; }
p { color: rgb(75,64,15); }
H1.HeaderClassName
{
color: #4B400F;
}
.AnyTagClassName
{
color: #4B400F;
}
</style>
background-color css
<style>
a { background-color: #4B400F; }
a { background-color: rgb(75,64,15); }
div.DivClassName
{
background-color: #4B400F;
}
.BgClassName
{
background-color: #4B400F;
}
</style>
border-color css
<style>
span { border-color: #4B400F; }
span { border-color: rgb(75,64,15); }
td.TdClassName
{
border-color: #4B400F;
}
.TagClassName
{
border-color: #4B400F;
}
</style>