Shades of Madras #534313
Tints of Madras #534313
RGB
CMYK
RGB Variations
Color information
#534313 (or 0x534313) is known color: Madras. HEX triplet: 53, 43 and 13. RGB value is (83,67,19). Sum of RGB (Red+Green+Blue) = 83+67+19=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534313 is #ACBCEC. Grayscale: #424242. Windows color (decimal): -11320557 or 1262419. OLE color: 1262419.
HSL color Cylindrical-coordinate representation of color #534313: hue angle of 45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #534313 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 19 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.67 |
| HSL | 45º | 0.63% | 0.2% | - |
| HSV(B) | 45º | 0.77% | 0.33% | - |
| XYZ | 5.69 | 5.9 | 1.45 | - |
| YUV | 66.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 19 | 0 | 0.19 | 0.77 | 0.67 | 45 | 0.63 | 0.2 |
| Hex | 53 | 43 | 13 | 0 | 13 | 4D | 43 | 2D | 3F | 14 |
| Octal | 123 | 103 | 23 | 0 | 23 | 115 | 103 | 55 | 77 | 24 |
| Binary | 1010011 | 1000011 | 10011 | 0 | 10011 | 1001101 | 1000011 | 101101 | 111111 | 10100 |
Color Harmonies of #534313
Complementary color
Monochromatic Colors of #534313
Black with #534313
Text Example
Text Example
White with #534313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534313; }
p { color: rgb(83,67,19); }
H1.HeaderClassName
{
color: #534313;
}
.AnyTagClassName
{
color: #534313;
}
</style>
background-color css
<style>
a { background-color: #534313; }
a { background-color: rgb(83,67,19); }
div.DivClassName
{
background-color: #534313;
}
.BgClassName
{
background-color: #534313;
}
</style>
border-color css
<style>
span { border-color: #534313; }
span { border-color: rgb(83,67,19); }
td.TdClassName
{
border-color: #534313;
}
.TagClassName
{
border-color: #534313;
}
</style>