Shades of Madras #483D26
Tints of Madras #483D26
RGB
CMYK
RGB Variations
Color information
#483D26 (or 0x483D26) is known color: Madras. HEX triplet: 48, 3D and 26. RGB value is (72,61,38). Sum of RGB (Red+Green+Blue) = 72+61+38=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D26 is #B7C2D9. Grayscale: #3D3D3D. Windows color (decimal): -12042970 or 2506056. OLE color: 2506056.
HSL color Cylindrical-coordinate representation of color #483D26: hue angle of 40.59º 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 #483D26 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 38 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.72 |
| HSL | 40.59º | 0.31% | 0.22% | - |
| HSV(B) | 40.59º | 0.47% | 0.28% | - |
| XYZ | 4.69 | 4.86 | 2.52 | - |
| YUV | 61.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 38 | 0 | 0.15 | 0.47 | 0.72 | 40.59 | 0.31 | 0.22 |
| Hex | 48 | 3D | 26 | 0 | F | 2F | 48 | 29 | 1F | 16 |
| Octal | 110 | 75 | 46 | 0 | 17 | 57 | 110 | 51 | 37 | 26 |
| Binary | 1001000 | 111101 | 100110 | 0 | 1111 | 101111 | 1001000 | 101001 | 11111 | 10110 |
Color Harmonies of #483D26
Complementary color
Monochromatic Colors of #483D26
Black with #483D26
Text Example
Text Example
White with #483D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D26; }
p { color: rgb(72,61,38); }
H1.HeaderClassName
{
color: #483D26;
}
.AnyTagClassName
{
color: #483D26;
}
</style>
background-color css
<style>
a { background-color: #483D26; }
a { background-color: rgb(72,61,38); }
div.DivClassName
{
background-color: #483D26;
}
.BgClassName
{
background-color: #483D26;
}
</style>
border-color css
<style>
span { border-color: #483D26; }
span { border-color: rgb(72,61,38); }
td.TdClassName
{
border-color: #483D26;
}
.TagClassName
{
border-color: #483D26;
}
</style>