Shades of Madras #4D3800
Tints of Madras #4D3800
RGB
CMYK
RGB Variations
Color information
#4D3800 (or 0x4D3800) is known color: Madras. HEX triplet: 4D, 38 and 00. RGB value is (77,56,0). Sum of RGB (Red+Green+Blue) = 77+56+0=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3800 is #B2C7FF. Grayscale: #383838. Windows color (decimal): -11716608 or 14413. OLE color: 14413.
HSL color Cylindrical-coordinate representation of color #4D3800: hue angle of 43.64º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D3800 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.70 |
| HSL | 43.64º | 1% | 0.15% | - |
| HSV(B) | 43.64º | 1% | 0.3% | - |
| XYZ | 4.47 | 4.41 | 0.61 | - |
| YUV | 55.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 0 | 0 | 0.27 | 1 | 0.70 | 43.64 | 1 | 0.15 |
| Hex | 4D | 38 | 0 | 0 | 1B | 64 | 46 | 2C | 64 | F |
| Octal | 115 | 70 | 0 | 0 | 33 | 144 | 106 | 54 | 144 | 17 |
| Binary | 1001101 | 111000 | 0 | 0 | 11011 | 1100100 | 1000110 | 101100 | 1100100 | 1111 |
Color Harmonies of #4D3800
Complementary color
Monochromatic Colors of #4D3800
Black with #4D3800
Text Example
Text Example
White with #4D3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3800; }
p { color: rgb(77,56,0); }
H1.HeaderClassName
{
color: #4D3800;
}
.AnyTagClassName
{
color: #4D3800;
}
</style>
background-color css
<style>
a { background-color: #4D3800; }
a { background-color: rgb(77,56,0); }
div.DivClassName
{
background-color: #4D3800;
}
.BgClassName
{
background-color: #4D3800;
}
</style>
border-color css
<style>
span { border-color: #4D3800; }
span { border-color: rgb(77,56,0); }
td.TdClassName
{
border-color: #4D3800;
}
.TagClassName
{
border-color: #4D3800;
}
</style>