Shades of Madras #483E25
Tints of Madras #483E25
RGB
CMYK
RGB Variations
Color information
#483E25 (or 0x483E25) is known color: Madras. HEX triplet: 48, 3E and 25. RGB value is (72,62,37). Sum of RGB (Red+Green+Blue) = 72+62+37=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E25 is #B7C1DA. Grayscale: #3E3E3E. Windows color (decimal): -12042715 or 2440776. OLE color: 2440776.
HSL color Cylindrical-coordinate representation of color #483E25: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483E25 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 37 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.72 |
| HSL | 42.86º | 0.32% | 0.21% | - |
| HSV(B) | 42.86º | 0.49% | 0.28% | - |
| XYZ | 4.73 | 4.96 | 2.46 | - |
| YUV | 62.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 37 | 0 | 0.14 | 0.49 | 0.72 | 42.86 | 0.32 | 0.21 |
| Hex | 48 | 3E | 25 | 0 | E | 31 | 48 | 2B | 20 | 15 |
| Octal | 110 | 76 | 45 | 0 | 16 | 61 | 110 | 53 | 40 | 25 |
| Binary | 1001000 | 111110 | 100101 | 0 | 1110 | 110001 | 1001000 | 101011 | 100000 | 10101 |
Color Harmonies of #483E25
Complementary color
Monochromatic Colors of #483E25
Black with #483E25
Text Example
Text Example
White with #483E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E25; }
p { color: rgb(72,62,37); }
H1.HeaderClassName
{
color: #483E25;
}
.AnyTagClassName
{
color: #483E25;
}
</style>
background-color css
<style>
a { background-color: #483E25; }
a { background-color: rgb(72,62,37); }
div.DivClassName
{
background-color: #483E25;
}
.BgClassName
{
background-color: #483E25;
}
</style>
border-color css
<style>
span { border-color: #483E25; }
span { border-color: rgb(72,62,37); }
td.TdClassName
{
border-color: #483E25;
}
.TagClassName
{
border-color: #483E25;
}
</style>