Shades of Madras #483E21
Tints of Madras #483E21
RGB
CMYK
RGB Variations
Color information
#483E21 (or 0x483E21) is known color: Madras. HEX triplet: 48, 3E and 21. RGB value is (72,62,33). Sum of RGB (Red+Green+Blue) = 72+62+33=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E21 is #B7C1DE. Grayscale: #3D3D3D. Windows color (decimal): -12042719 or 2178632. OLE color: 2178632.
HSL color Cylindrical-coordinate representation of color #483E21: hue angle of 44.62º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483E21 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 33 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.72 |
| HSL | 44.62º | 0.37% | 0.21% | - |
| HSV(B) | 44.62º | 0.54% | 0.28% | - |
| XYZ | 4.67 | 4.93 | 2.14 | - |
| YUV | 61.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 33 | 0 | 0.14 | 0.54 | 0.72 | 44.62 | 0.37 | 0.21 |
| Hex | 48 | 3E | 21 | 0 | E | 36 | 48 | 2D | 25 | 15 |
| Octal | 110 | 76 | 41 | 0 | 16 | 66 | 110 | 55 | 45 | 25 |
| Binary | 1001000 | 111110 | 100001 | 0 | 1110 | 110110 | 1001000 | 101101 | 100101 | 10101 |
Color Harmonies of #483E21
Complementary color
Monochromatic Colors of #483E21
Black with #483E21
Text Example
Text Example
White with #483E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E21; }
p { color: rgb(72,62,33); }
H1.HeaderClassName
{
color: #483E21;
}
.AnyTagClassName
{
color: #483E21;
}
</style>
background-color css
<style>
a { background-color: #483E21; }
a { background-color: rgb(72,62,33); }
div.DivClassName
{
background-color: #483E21;
}
.BgClassName
{
background-color: #483E21;
}
</style>
border-color css
<style>
span { border-color: #483E21; }
span { border-color: rgb(72,62,33); }
td.TdClassName
{
border-color: #483E21;
}
.TagClassName
{
border-color: #483E21;
}
</style>