Shades of Madras #534105
Tints of Madras #534105
RGB
CMYK
RGB Variations
Color information
#534105 (or 0x534105) is known color: Madras. HEX triplet: 53, 41 and 05. RGB value is (83,65,5). Sum of RGB (Red+Green+Blue) = 83+65+5=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #534105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534105 is #ACBEFA. Grayscale: #3F3F3F. Windows color (decimal): -11321083 or 344403. OLE color: 344403.
HSL color Cylindrical-coordinate representation of color #534105: hue angle of 46.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #534105 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 5 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.67 |
| HSL | 46.15º | 0.89% | 0.17% | - |
| HSV(B) | 46.15º | 0.94% | 0.33% | - |
| XYZ | 5.48 | 5.63 | 0.94 | - |
| YUV | 63.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 5 | 0 | 0.22 | 0.94 | 0.67 | 46.15 | 0.89 | 0.17 |
| Hex | 53 | 41 | 5 | 0 | 16 | 5E | 43 | 2E | 59 | 11 |
| Octal | 123 | 101 | 5 | 0 | 26 | 136 | 103 | 56 | 131 | 21 |
| Binary | 1010011 | 1000001 | 101 | 0 | 10110 | 1011110 | 1000011 | 101110 | 1011001 | 10001 |
Color Harmonies of #534105
Complementary color
Monochromatic Colors of #534105
Black with #534105
Text Example
Text Example
White with #534105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534105; }
p { color: rgb(83,65,5); }
H1.HeaderClassName
{
color: #534105;
}
.AnyTagClassName
{
color: #534105;
}
</style>
background-color css
<style>
a { background-color: #534105; }
a { background-color: rgb(83,65,5); }
div.DivClassName
{
background-color: #534105;
}
.BgClassName
{
background-color: #534105;
}
</style>
border-color css
<style>
span { border-color: #534105; }
span { border-color: rgb(83,65,5); }
td.TdClassName
{
border-color: #534105;
}
.TagClassName
{
border-color: #534105;
}
</style>