Shades of Madras #53411F
Tints of Madras #53411F
RGB
CMYK
RGB Variations
Color information
#53411F (or 0x53411F) is known color: Madras. HEX triplet: 53, 41 and 1F. RGB value is (83,65,31). Sum of RGB (Red+Green+Blue) = 83+65+31=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53411F is #ACBEE0. Grayscale: #424242. Windows color (decimal): -11321057 or 2048339. OLE color: 2048339.
HSL color Cylindrical-coordinate representation of color #53411F: hue angle of 39.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53411F is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 31 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.67 |
| HSL | 39.23º | 0.46% | 0.22% | - |
| HSV(B) | 39.23º | 0.63% | 0.33% | - |
| XYZ | 5.7 | 5.72 | 2.1 | - |
| YUV | 66.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 31 | 0 | 0.22 | 0.63 | 0.67 | 39.23 | 0.46 | 0.22 |
| Hex | 53 | 41 | 1F | 0 | 16 | 3F | 43 | 27 | 2E | 16 |
| Octal | 123 | 101 | 37 | 0 | 26 | 77 | 103 | 47 | 56 | 26 |
| Binary | 1010011 | 1000001 | 11111 | 0 | 10110 | 111111 | 1000011 | 100111 | 101110 | 10110 |
Color Harmonies of #53411F
Complementary color
Monochromatic Colors of #53411F
Black with #53411F
Text Example
Text Example
White with #53411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53411F; }
p { color: rgb(83,65,31); }
H1.HeaderClassName
{
color: #53411F;
}
.AnyTagClassName
{
color: #53411F;
}
</style>
background-color css
<style>
a { background-color: #53411F; }
a { background-color: rgb(83,65,31); }
div.DivClassName
{
background-color: #53411F;
}
.BgClassName
{
background-color: #53411F;
}
</style>
border-color css
<style>
span { border-color: #53411F; }
span { border-color: rgb(83,65,31); }
td.TdClassName
{
border-color: #53411F;
}
.TagClassName
{
border-color: #53411F;
}
</style>