Shades of Madras #483C22
Tints of Madras #483C22
RGB
CMYK
RGB Variations
Color information
#483C22 (or 0x483C22) is known color: Madras. HEX triplet: 48, 3C and 22. RGB value is (72,60,34). Sum of RGB (Red+Green+Blue) = 72+60+34=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C22 is #B7C3DD. Grayscale: #3C3C3C. Windows color (decimal): -12043230 or 2243656. OLE color: 2243656.
HSL color Cylindrical-coordinate representation of color #483C22: hue angle of 41.05º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483C22 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 34 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.72 |
| HSL | 41.05º | 0.36% | 0.21% | - |
| HSV(B) | 41.05º | 0.53% | 0.28% | - |
| XYZ | 4.58 | 4.72 | 2.18 | - |
| YUV | 60.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 34 | 0 | 0.17 | 0.53 | 0.72 | 41.05 | 0.36 | 0.21 |
| Hex | 48 | 3C | 22 | 0 | 11 | 35 | 48 | 29 | 24 | 15 |
| Octal | 110 | 74 | 42 | 0 | 21 | 65 | 110 | 51 | 44 | 25 |
| Binary | 1001000 | 111100 | 100010 | 0 | 10001 | 110101 | 1001000 | 101001 | 100100 | 10101 |
Color Harmonies of #483C22
Complementary color
Monochromatic Colors of #483C22
Black with #483C22
Text Example
Text Example
White with #483C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C22; }
p { color: rgb(72,60,34); }
H1.HeaderClassName
{
color: #483C22;
}
.AnyTagClassName
{
color: #483C22;
}
</style>
background-color css
<style>
a { background-color: #483C22; }
a { background-color: rgb(72,60,34); }
div.DivClassName
{
background-color: #483C22;
}
.BgClassName
{
background-color: #483C22;
}
</style>
border-color css
<style>
span { border-color: #483C22; }
span { border-color: rgb(72,60,34); }
td.TdClassName
{
border-color: #483C22;
}
.TagClassName
{
border-color: #483C22;
}
</style>