Shades of Madras #53401A
Tints of Madras #53401A
RGB
CMYK
RGB Variations
Color information
#53401A (or 0x53401A) is known color: Madras. HEX triplet: 53, 40 and 1A. RGB value is (83,64,26). Sum of RGB (Red+Green+Blue) = 83+64+26=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #53401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401A is #ACBFE5. Grayscale: #414141. Windows color (decimal): -11321318 or 1720403. OLE color: 1720403.
HSL color Cylindrical-coordinate representation of color #53401A: hue angle of 40º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53401A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 26 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.67 |
| HSL | 40º | 0.52% | 0.21% | - |
| HSV(B) | 40º | 0.69% | 0.33% | - |
| XYZ | 5.59 | 5.58 | 1.76 | - |
| YUV | 65.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 26 | 0 | 0.23 | 0.69 | 0.67 | 40 | 0.52 | 0.21 |
| Hex | 53 | 40 | 1A | 0 | 17 | 45 | 43 | 28 | 34 | 15 |
| Octal | 123 | 100 | 32 | 0 | 27 | 105 | 103 | 50 | 64 | 25 |
| Binary | 1010011 | 1000000 | 11010 | 0 | 10111 | 1000101 | 1000011 | 101000 | 110100 | 10101 |
Color Harmonies of #53401A
Complementary color
Monochromatic Colors of #53401A
Black with #53401A
Text Example
Text Example
White with #53401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53401A; }
p { color: rgb(83,64,26); }
H1.HeaderClassName
{
color: #53401A;
}
.AnyTagClassName
{
color: #53401A;
}
</style>
background-color css
<style>
a { background-color: #53401A; }
a { background-color: rgb(83,64,26); }
div.DivClassName
{
background-color: #53401A;
}
.BgClassName
{
background-color: #53401A;
}
</style>
border-color css
<style>
span { border-color: #53401A; }
span { border-color: rgb(83,64,26); }
td.TdClassName
{
border-color: #53401A;
}
.TagClassName
{
border-color: #53401A;
}
</style>