Shades of Madras #534005
Tints of Madras #534005
RGB
CMYK
RGB Variations
Color information
#534005 (or 0x534005) is known color: Madras. HEX triplet: 53, 40 and 05. RGB value is (83,64,5). Sum of RGB (Red+Green+Blue) = 83+64+5=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #534005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534005 is #ACBFFA. Grayscale: #3F3F3F. Windows color (decimal): -11321339 or 344147. OLE color: 344147.
HSL color Cylindrical-coordinate representation of color #534005: hue angle of 45.38º 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 #534005 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 5 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.67 |
| HSL | 45.38º | 0.89% | 0.17% | - |
| HSV(B) | 45.38º | 0.94% | 0.33% | - |
| XYZ | 5.43 | 5.52 | 0.92 | - |
| YUV | 62.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 5 | 0 | 0.23 | 0.94 | 0.67 | 45.38 | 0.89 | 0.17 |
| Hex | 53 | 40 | 5 | 0 | 17 | 5E | 43 | 2D | 59 | 11 |
| Octal | 123 | 100 | 5 | 0 | 27 | 136 | 103 | 55 | 131 | 21 |
| Binary | 1010011 | 1000000 | 101 | 0 | 10111 | 1011110 | 1000011 | 101101 | 1011001 | 10001 |
Color Harmonies of #534005
Complementary color
Monochromatic Colors of #534005
Black with #534005
Text Example
Text Example
White with #534005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534005; }
p { color: rgb(83,64,5); }
H1.HeaderClassName
{
color: #534005;
}
.AnyTagClassName
{
color: #534005;
}
</style>
background-color css
<style>
a { background-color: #534005; }
a { background-color: rgb(83,64,5); }
div.DivClassName
{
background-color: #534005;
}
.BgClassName
{
background-color: #534005;
}
</style>
border-color css
<style>
span { border-color: #534005; }
span { border-color: rgb(83,64,5); }
td.TdClassName
{
border-color: #534005;
}
.TagClassName
{
border-color: #534005;
}
</style>