Shades of Madras #483E27
Tints of Madras #483E27
RGB
CMYK
RGB Variations
Color information
#483E27 (or 0x483E27) is known color: Madras. HEX triplet: 48, 3E and 27. RGB value is (72,62,39). Sum of RGB (Red+Green+Blue) = 72+62+39=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E27 is #B7C1D8. Grayscale: #3E3E3E. Windows color (decimal): -12042713 or 2571848. OLE color: 2571848.
HSL color Cylindrical-coordinate representation of color #483E27: hue angle of 41.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483E27 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 39 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.72 |
| HSL | 41.82º | 0.3% | 0.22% | - |
| HSV(B) | 41.82º | 0.46% | 0.28% | - |
| XYZ | 4.76 | 4.97 | 2.63 | - |
| YUV | 62.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 39 | 0 | 0.14 | 0.46 | 0.72 | 41.82 | 0.3 | 0.22 |
| Hex | 48 | 3E | 27 | 0 | E | 2E | 48 | 2A | 1E | 16 |
| Octal | 110 | 76 | 47 | 0 | 16 | 56 | 110 | 52 | 36 | 26 |
| Binary | 1001000 | 111110 | 100111 | 0 | 1110 | 101110 | 1001000 | 101010 | 11110 | 10110 |
Color Harmonies of #483E27
Complementary color
Monochromatic Colors of #483E27
Black with #483E27
Text Example
Text Example
White with #483E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E27; }
p { color: rgb(72,62,39); }
H1.HeaderClassName
{
color: #483E27;
}
.AnyTagClassName
{
color: #483E27;
}
</style>
background-color css
<style>
a { background-color: #483E27; }
a { background-color: rgb(72,62,39); }
div.DivClassName
{
background-color: #483E27;
}
.BgClassName
{
background-color: #483E27;
}
</style>
border-color css
<style>
span { border-color: #483E27; }
span { border-color: rgb(72,62,39); }
td.TdClassName
{
border-color: #483E27;
}
.TagClassName
{
border-color: #483E27;
}
</style>