Shades of Madras #534205
Tints of Madras #534205
RGB
CMYK
RGB Variations
Color information
#534205 (or 0x534205) is known color: Madras. HEX triplet: 53, 42 and 05. RGB value is (83,66,5). Sum of RGB (Red+Green+Blue) = 83+66+5=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #534205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534205 is #ACBDFA. Grayscale: #404040. Windows color (decimal): -11320827 or 344659. OLE color: 344659.
HSL color Cylindrical-coordinate representation of color #534205: hue angle of 46.92º 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 #534205 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 5 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.67 |
| HSL | 46.92º | 0.89% | 0.17% | - |
| HSV(B) | 46.92º | 0.94% | 0.33% | - |
| XYZ | 5.54 | 5.75 | 0.96 | - |
| YUV | 64.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 5 | 0 | 0.20 | 0.94 | 0.67 | 46.92 | 0.89 | 0.17 |
| Hex | 53 | 42 | 5 | 0 | 14 | 5E | 43 | 2F | 59 | 11 |
| Octal | 123 | 102 | 5 | 0 | 24 | 136 | 103 | 57 | 131 | 21 |
| Binary | 1010011 | 1000010 | 101 | 0 | 10100 | 1011110 | 1000011 | 101111 | 1011001 | 10001 |
Color Harmonies of #534205
Complementary color
Monochromatic Colors of #534205
Black with #534205
Text Example
Text Example
White with #534205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534205; }
p { color: rgb(83,66,5); }
H1.HeaderClassName
{
color: #534205;
}
.AnyTagClassName
{
color: #534205;
}
</style>
background-color css
<style>
a { background-color: #534205; }
a { background-color: rgb(83,66,5); }
div.DivClassName
{
background-color: #534205;
}
.BgClassName
{
background-color: #534205;
}
</style>
border-color css
<style>
span { border-color: #534205; }
span { border-color: rgb(83,66,5); }
td.TdClassName
{
border-color: #534205;
}
.TagClassName
{
border-color: #534205;
}
</style>