Shades of Madras #4A3802
Tints of Madras #4A3802
RGB
CMYK
RGB Variations
Color information
#4A3802 (or 0x4A3802) is known color: Madras. HEX triplet: 4A, 38 and 02. RGB value is (74,56,2). Sum of RGB (Red+Green+Blue) = 74+56+2=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3802 is #B5C7FD. Grayscale: #373737. Windows color (decimal): -11913214 or 145482. OLE color: 145482.
HSL color Cylindrical-coordinate representation of color #4A3802: hue angle of 45º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A3802 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 56 | 2 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.71 |
| HSL | 45º | 0.95% | 0.15% | - |
| HSV(B) | 45º | 0.97% | 0.29% | - |
| XYZ | 4.25 | 4.29 | 0.66 | - |
| YUV | 55.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 2 | 0 | 0.24 | 0.97 | 0.71 | 45 | 0.95 | 0.15 |
| Hex | 4A | 38 | 2 | 0 | 18 | 61 | 47 | 2D | 5F | F |
| Octal | 112 | 70 | 2 | 0 | 30 | 141 | 107 | 55 | 137 | 17 |
| Binary | 1001010 | 111000 | 10 | 0 | 11000 | 1100001 | 1000111 | 101101 | 1011111 | 1111 |
Color Harmonies of #4A3802
Complementary color
Monochromatic Colors of #4A3802
Black with #4A3802
Text Example
Text Example
White with #4A3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3802; }
p { color: rgb(74,56,2); }
H1.HeaderClassName
{
color: #4A3802;
}
.AnyTagClassName
{
color: #4A3802;
}
</style>
background-color css
<style>
a { background-color: #4A3802; }
a { background-color: rgb(74,56,2); }
div.DivClassName
{
background-color: #4A3802;
}
.BgClassName
{
background-color: #4A3802;
}
</style>
border-color css
<style>
span { border-color: #4A3802; }
span { border-color: rgb(74,56,2); }
td.TdClassName
{
border-color: #4A3802;
}
.TagClassName
{
border-color: #4A3802;
}
</style>