Shades of Madras #483F27
Tints of Madras #483F27
RGB
CMYK
RGB Variations
Color information
#483F27 (or 0x483F27) is known color: Madras. HEX triplet: 48, 3F and 27. RGB value is (72,63,39). Sum of RGB (Red+Green+Blue) = 72+63+39=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F27 is #B7C0D8. Grayscale: #3F3F3F. Windows color (decimal): -12042457 or 2572104. OLE color: 2572104.
HSL color Cylindrical-coordinate representation of color #483F27: hue angle of 43.64º 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 #483F27 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 39 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.72 |
| HSL | 43.64º | 0.3% | 0.22% | - |
| HSV(B) | 43.64º | 0.46% | 0.28% | - |
| XYZ | 4.82 | 5.08 | 2.65 | - |
| YUV | 62.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 39 | 0 | 0.12 | 0.46 | 0.72 | 43.64 | 0.3 | 0.22 |
| Hex | 48 | 3F | 27 | 0 | C | 2E | 48 | 2C | 1E | 16 |
| Octal | 110 | 77 | 47 | 0 | 14 | 56 | 110 | 54 | 36 | 26 |
| Binary | 1001000 | 111111 | 100111 | 0 | 1100 | 101110 | 1001000 | 101100 | 11110 | 10110 |
Color Harmonies of #483F27
Complementary color
Monochromatic Colors of #483F27
Black with #483F27
Text Example
Text Example
White with #483F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F27; }
p { color: rgb(72,63,39); }
H1.HeaderClassName
{
color: #483F27;
}
.AnyTagClassName
{
color: #483F27;
}
</style>
background-color css
<style>
a { background-color: #483F27; }
a { background-color: rgb(72,63,39); }
div.DivClassName
{
background-color: #483F27;
}
.BgClassName
{
background-color: #483F27;
}
</style>
border-color css
<style>
span { border-color: #483F27; }
span { border-color: rgb(72,63,39); }
td.TdClassName
{
border-color: #483F27;
}
.TagClassName
{
border-color: #483F27;
}
</style>