Shades of Madras #483C25
Tints of Madras #483C25
RGB
CMYK
RGB Variations
Color information
#483C25 (or 0x483C25) is known color: Madras. HEX triplet: 48, 3C and 25. RGB value is (72,60,37). Sum of RGB (Red+Green+Blue) = 72+60+37=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #483C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C25 is #B7C3DA. Grayscale: #3D3D3D. Windows color (decimal): -12043227 or 2440264. OLE color: 2440264.
HSL color Cylindrical-coordinate representation of color #483C25: hue angle of 39.43º 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 #483C25 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 37 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.72 |
| HSL | 39.43º | 0.32% | 0.21% | - |
| HSV(B) | 39.43º | 0.49% | 0.28% | - |
| XYZ | 4.62 | 4.74 | 2.42 | - |
| YUV | 60.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 37 | 0 | 0.17 | 0.49 | 0.72 | 39.43 | 0.32 | 0.21 |
| Hex | 48 | 3C | 25 | 0 | 11 | 31 | 48 | 27 | 20 | 15 |
| Octal | 110 | 74 | 45 | 0 | 21 | 61 | 110 | 47 | 40 | 25 |
| Binary | 1001000 | 111100 | 100101 | 0 | 10001 | 110001 | 1001000 | 100111 | 100000 | 10101 |
Color Harmonies of #483C25
Complementary color
Monochromatic Colors of #483C25
Black with #483C25
Text Example
Text Example
White with #483C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C25; }
p { color: rgb(72,60,37); }
H1.HeaderClassName
{
color: #483C25;
}
.AnyTagClassName
{
color: #483C25;
}
</style>
background-color css
<style>
a { background-color: #483C25; }
a { background-color: rgb(72,60,37); }
div.DivClassName
{
background-color: #483C25;
}
.BgClassName
{
background-color: #483C25;
}
</style>
border-color css
<style>
span { border-color: #483C25; }
span { border-color: rgb(72,60,37); }
td.TdClassName
{
border-color: #483C25;
}
.TagClassName
{
border-color: #483C25;
}
</style>