Shades of Madras #53401E
Tints of Madras #53401E
RGB
CMYK
RGB Variations
Color information
#53401E (or 0x53401E) is known color: Madras. HEX triplet: 53, 40 and 1E. RGB value is (83,64,30). Sum of RGB (Red+Green+Blue) = 83+64+30=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401E is #ACBFE1. Grayscale: #414141. Windows color (decimal): -11321314 or 1982547. OLE color: 1982547.
HSL color Cylindrical-coordinate representation of color #53401E: hue angle of 38.49º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53401E is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 30 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.67 |
| HSL | 38.49º | 0.47% | 0.22% | - |
| HSV(B) | 38.49º | 0.64% | 0.33% | - |
| XYZ | 5.64 | 5.6 | 2.01 | - |
| YUV | 65.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 30 | 0 | 0.23 | 0.64 | 0.67 | 38.49 | 0.47 | 0.22 |
| Hex | 53 | 40 | 1E | 0 | 17 | 40 | 43 | 26 | 2F | 16 |
| Octal | 123 | 100 | 36 | 0 | 27 | 100 | 103 | 46 | 57 | 26 |
| Binary | 1010011 | 1000000 | 11110 | 0 | 10111 | 1000000 | 1000011 | 100110 | 101111 | 10110 |
Color Harmonies of #53401E
Complementary color
Monochromatic Colors of #53401E
Black with #53401E
Text Example
Text Example
White with #53401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53401E; }
p { color: rgb(83,64,30); }
H1.HeaderClassName
{
color: #53401E;
}
.AnyTagClassName
{
color: #53401E;
}
</style>
background-color css
<style>
a { background-color: #53401E; }
a { background-color: rgb(83,64,30); }
div.DivClassName
{
background-color: #53401E;
}
.BgClassName
{
background-color: #53401E;
}
</style>
border-color css
<style>
span { border-color: #53401E; }
span { border-color: rgb(83,64,30); }
td.TdClassName
{
border-color: #53401E;
}
.TagClassName
{
border-color: #53401E;
}
</style>