Shades of Madras #4B420C
Tints of Madras #4B420C
RGB
CMYK
RGB Variations
Color information
#4B420C (or 0x4B420C) is known color: Madras. HEX triplet: 4B, 42 and 0C. RGB value is (75,66,12). Sum of RGB (Red+Green+Blue) = 75+66+12=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B420C is #B4BDF3. Grayscale: #3E3E3E. Windows color (decimal): -11845108 or 803403. OLE color: 803403.
HSL color Cylindrical-coordinate representation of color #4B420C: hue angle of 51.43º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B420C is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 12 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.71 |
| HSL | 51.43º | 0.72% | 0.17% | - |
| HSV(B) | 51.43º | 0.84% | 0.29% | - |
| XYZ | 4.92 | 5.42 | 1.13 | - |
| YUV | 62.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 12 | 0 | 0.12 | 0.84 | 0.71 | 51.43 | 0.72 | 0.17 |
| Hex | 4B | 42 | C | 0 | C | 54 | 47 | 33 | 48 | 11 |
| Octal | 113 | 102 | 14 | 0 | 14 | 124 | 107 | 63 | 110 | 21 |
| Binary | 1001011 | 1000010 | 1100 | 0 | 1100 | 1010100 | 1000111 | 110011 | 1001000 | 10001 |
Color Harmonies of #4B420C
Complementary color
Monochromatic Colors of #4B420C
Black with #4B420C
Text Example
Text Example
White with #4B420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B420C; }
p { color: rgb(75,66,12); }
H1.HeaderClassName
{
color: #4B420C;
}
.AnyTagClassName
{
color: #4B420C;
}
</style>
background-color css
<style>
a { background-color: #4B420C; }
a { background-color: rgb(75,66,12); }
div.DivClassName
{
background-color: #4B420C;
}
.BgClassName
{
background-color: #4B420C;
}
</style>
border-color css
<style>
span { border-color: #4B420C; }
span { border-color: rgb(75,66,12); }
td.TdClassName
{
border-color: #4B420C;
}
.TagClassName
{
border-color: #4B420C;
}
</style>