Shades of Madras #4B430C
Tints of Madras #4B430C
RGB
CMYK
RGB Variations
Color information
#4B430C (or 0x4B430C) is known color: Madras. HEX triplet: 4B, 43 and 0C. RGB value is (75,67,12). Sum of RGB (Red+Green+Blue) = 75+67+12=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B430C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B430C is #B4BCF3. Grayscale: #3F3F3F. Windows color (decimal): -11844852 or 803659. OLE color: 803659.
HSL color Cylindrical-coordinate representation of color #4B430C: hue angle of 52.38º 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 #4B430C is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 67 | 12 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.71 |
| HSL | 52.38º | 0.72% | 0.17% | - |
| HSV(B) | 52.38º | 0.84% | 0.29% | - |
| XYZ | 4.98 | 5.54 | 1.15 | - |
| YUV | 63.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 12 | 0 | 0.11 | 0.84 | 0.71 | 52.38 | 0.72 | 0.17 |
| Hex | 4B | 43 | C | 0 | B | 54 | 47 | 34 | 48 | 11 |
| Octal | 113 | 103 | 14 | 0 | 13 | 124 | 107 | 64 | 110 | 21 |
| Binary | 1001011 | 1000011 | 1100 | 0 | 1011 | 1010100 | 1000111 | 110100 | 1001000 | 10001 |
Color Harmonies of #4B430C
Complementary color
Monochromatic Colors of #4B430C
Black with #4B430C
Text Example
Text Example
White with #4B430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B430C; }
p { color: rgb(75,67,12); }
H1.HeaderClassName
{
color: #4B430C;
}
.AnyTagClassName
{
color: #4B430C;
}
</style>
background-color css
<style>
a { background-color: #4B430C; }
a { background-color: rgb(75,67,12); }
div.DivClassName
{
background-color: #4B430C;
}
.BgClassName
{
background-color: #4B430C;
}
</style>
border-color css
<style>
span { border-color: #4B430C; }
span { border-color: rgb(75,67,12); }
td.TdClassName
{
border-color: #4B430C;
}
.TagClassName
{
border-color: #4B430C;
}
</style>