Shades of Madras #483C26
Tints of Madras #483C26
RGB
CMYK
RGB Variations
Color information
#483C26 (or 0x483C26) is known color: Madras. HEX triplet: 48, 3C and 26. RGB value is (72,60,38). Sum of RGB (Red+Green+Blue) = 72+60+38=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #483C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C26 is #B7C3D9. Grayscale: #3D3D3D. Windows color (decimal): -12043226 or 2505800. OLE color: 2505800.
HSL color Cylindrical-coordinate representation of color #483C26: hue angle of 38.82º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483C26 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 38 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.72 |
| HSL | 38.82º | 0.31% | 0.22% | - |
| HSV(B) | 38.82º | 0.47% | 0.28% | - |
| XYZ | 4.64 | 4.75 | 2.51 | - |
| YUV | 61.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 38 | 0 | 0.17 | 0.47 | 0.72 | 38.82 | 0.31 | 0.22 |
| Hex | 48 | 3C | 26 | 0 | 11 | 2F | 48 | 27 | 1F | 16 |
| Octal | 110 | 74 | 46 | 0 | 21 | 57 | 110 | 47 | 37 | 26 |
| Binary | 1001000 | 111100 | 100110 | 0 | 10001 | 101111 | 1001000 | 100111 | 11111 | 10110 |
Color Harmonies of #483C26
Complementary color
Monochromatic Colors of #483C26
Black with #483C26
Text Example
Text Example
White with #483C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C26; }
p { color: rgb(72,60,38); }
H1.HeaderClassName
{
color: #483C26;
}
.AnyTagClassName
{
color: #483C26;
}
</style>
background-color css
<style>
a { background-color: #483C26; }
a { background-color: rgb(72,60,38); }
div.DivClassName
{
background-color: #483C26;
}
.BgClassName
{
background-color: #483C26;
}
</style>
border-color css
<style>
span { border-color: #483C26; }
span { border-color: rgb(72,60,38); }
td.TdClassName
{
border-color: #483C26;
}
.TagClassName
{
border-color: #483C26;
}
</style>