Shades of Madras #4B4409
Tints of Madras #4B4409
RGB
CMYK
RGB Variations
Color information
#4B4409 (or 0x4B4409) is known color: Madras. HEX triplet: 4B, 44 and 09. RGB value is (75,68,9). Sum of RGB (Red+Green+Blue) = 75+68+9=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4409 is #B4BBF6. Grayscale: #3F3F3F. Windows color (decimal): -11844599 or 607307. OLE color: 607307.
HSL color Cylindrical-coordinate representation of color #4B4409: hue angle of 53.64º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B4409 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 68 | 9 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.71 |
| HSL | 53.64º | 0.79% | 0.16% | - |
| HSV(B) | 53.64º | 0.88% | 0.29% | - |
| XYZ | 5.02 | 5.65 | 1.08 | - |
| YUV | 63.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 9 | 0 | 0.09 | 0.88 | 0.71 | 53.64 | 0.79 | 0.16 |
| Hex | 4B | 44 | 9 | 0 | 9 | 58 | 47 | 36 | 4F | 10 |
| Octal | 113 | 104 | 11 | 0 | 11 | 130 | 107 | 66 | 117 | 20 |
| Binary | 1001011 | 1000100 | 1001 | 0 | 1001 | 1011000 | 1000111 | 110110 | 1001111 | 10000 |
Color Harmonies of #4B4409
Complementary color
Monochromatic Colors of #4B4409
Black with #4B4409
Text Example
Text Example
White with #4B4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4409; }
p { color: rgb(75,68,9); }
H1.HeaderClassName
{
color: #4B4409;
}
.AnyTagClassName
{
color: #4B4409;
}
</style>
background-color css
<style>
a { background-color: #4B4409; }
a { background-color: rgb(75,68,9); }
div.DivClassName
{
background-color: #4B4409;
}
.BgClassName
{
background-color: #4B4409;
}
</style>
border-color css
<style>
span { border-color: #4B4409; }
span { border-color: rgb(75,68,9); }
td.TdClassName
{
border-color: #4B4409;
}
.TagClassName
{
border-color: #4B4409;
}
</style>