Shades of Madras #534204
Tints of Madras #534204
RGB
CMYK
RGB Variations
Color information
#534204 (or 0x534204) is known color: Madras. HEX triplet: 53, 42 and 04. RGB value is (83,66,4). Sum of RGB (Red+Green+Blue) = 83+66+4=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #534204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534204 is #ACBDFB. Grayscale: #404040. Windows color (decimal): -11320828 or 279123. OLE color: 279123.
HSL color Cylindrical-coordinate representation of color #534204: hue angle of 47.09º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #534204 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 4 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.67 |
| HSL | 47.09º | 0.91% | 0.17% | - |
| HSV(B) | 47.09º | 0.95% | 0.33% | - |
| XYZ | 5.54 | 5.74 | 0.93 | - |
| YUV | 64.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 4 | 0 | 0.20 | 0.95 | 0.67 | 47.09 | 0.91 | 0.17 |
| Hex | 53 | 42 | 4 | 0 | 14 | 5F | 43 | 2F | 5B | 11 |
| Octal | 123 | 102 | 4 | 0 | 24 | 137 | 103 | 57 | 133 | 21 |
| Binary | 1010011 | 1000010 | 100 | 0 | 10100 | 1011111 | 1000011 | 101111 | 1011011 | 10001 |
Color Harmonies of #534204
Complementary color
Monochromatic Colors of #534204
Black with #534204
Text Example
Text Example
White with #534204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534204; }
p { color: rgb(83,66,4); }
H1.HeaderClassName
{
color: #534204;
}
.AnyTagClassName
{
color: #534204;
}
</style>
background-color css
<style>
a { background-color: #534204; }
a { background-color: rgb(83,66,4); }
div.DivClassName
{
background-color: #534204;
}
.BgClassName
{
background-color: #534204;
}
</style>
border-color css
<style>
span { border-color: #534204; }
span { border-color: rgb(83,66,4); }
td.TdClassName
{
border-color: #534204;
}
.TagClassName
{
border-color: #534204;
}
</style>