Shades of Madras #4A3E02
Tints of Madras #4A3E02
RGB
CMYK
RGB Variations
Color information
#4A3E02 (or 0x4A3E02) is known color: Madras. HEX triplet: 4A, 3E and 02. RGB value is (74,62,2). Sum of RGB (Red+Green+Blue) = 74+62+2=138 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.62% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3E02 is #B5C1FD. Grayscale: #3B3B3B. Windows color (decimal): -11911678 or 147018. OLE color: 147018.
HSL color Cylindrical-coordinate representation of color #4A3E02: hue angle of 50º 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 #4A3E02 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 62 | 2 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.71 |
| HSL | 50º | 0.95% | 0.15% | - |
| HSV(B) | 50º | 0.97% | 0.29% | - |
| XYZ | 4.56 | 4.91 | 0.76 | - |
| YUV | 58.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 2 | 0 | 0.16 | 0.97 | 0.71 | 50 | 0.95 | 0.15 |
| Hex | 4A | 3E | 2 | 0 | 10 | 61 | 47 | 32 | 5F | F |
| Octal | 112 | 76 | 2 | 0 | 20 | 141 | 107 | 62 | 137 | 17 |
| Binary | 1001010 | 111110 | 10 | 0 | 10000 | 1100001 | 1000111 | 110010 | 1011111 | 1111 |
Color Harmonies of #4A3E02
Complementary color
Monochromatic Colors of #4A3E02
Black with #4A3E02
Text Example
Text Example
White with #4A3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E02; }
p { color: rgb(74,62,2); }
H1.HeaderClassName
{
color: #4A3E02;
}
.AnyTagClassName
{
color: #4A3E02;
}
</style>
background-color css
<style>
a { background-color: #4A3E02; }
a { background-color: rgb(74,62,2); }
div.DivClassName
{
background-color: #4A3E02;
}
.BgClassName
{
background-color: #4A3E02;
}
</style>
border-color css
<style>
span { border-color: #4A3E02; }
span { border-color: rgb(74,62,2); }
td.TdClassName
{
border-color: #4A3E02;
}
.TagClassName
{
border-color: #4A3E02;
}
</style>