Shades of Madras #4D3802
Tints of Madras #4D3802
RGB
CMYK
RGB Variations
Color information
#4D3802 (or 0x4D3802) is known color: Madras. HEX triplet: 4D, 38 and 02. RGB value is (77,56,2). Sum of RGB (Red+Green+Blue) = 77+56+2=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3802 is #B2C7FD. Grayscale: #383838. Windows color (decimal): -11716606 or 145485. OLE color: 145485.
HSL color Cylindrical-coordinate representation of color #4D3802: hue angle of 43.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D3802 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 2 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.70 |
| HSL | 43.2º | 0.95% | 0.15% | - |
| HSV(B) | 43.2º | 0.97% | 0.3% | - |
| XYZ | 4.49 | 4.41 | 0.67 | - |
| YUV | 56.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 2 | 0 | 0.27 | 0.97 | 0.70 | 43.2 | 0.95 | 0.15 |
| Hex | 4D | 38 | 2 | 0 | 1B | 61 | 46 | 2B | 5F | F |
| Octal | 115 | 70 | 2 | 0 | 33 | 141 | 106 | 53 | 137 | 17 |
| Binary | 1001101 | 111000 | 10 | 0 | 11011 | 1100001 | 1000110 | 101011 | 1011111 | 1111 |
Color Harmonies of #4D3802
Complementary color
Monochromatic Colors of #4D3802
Black with #4D3802
Text Example
Text Example
White with #4D3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3802; }
p { color: rgb(77,56,2); }
H1.HeaderClassName
{
color: #4D3802;
}
.AnyTagClassName
{
color: #4D3802;
}
</style>
background-color css
<style>
a { background-color: #4D3802; }
a { background-color: rgb(77,56,2); }
div.DivClassName
{
background-color: #4D3802;
}
.BgClassName
{
background-color: #4D3802;
}
</style>
border-color css
<style>
span { border-color: #4D3802; }
span { border-color: rgb(77,56,2); }
td.TdClassName
{
border-color: #4D3802;
}
.TagClassName
{
border-color: #4D3802;
}
</style>