Shades of Madras #53421C
Tints of Madras #53421C
RGB
CMYK
RGB Variations
Color information
#53421C (or 0x53421C) is known color: Madras. HEX triplet: 53, 42 and 1C. RGB value is (83,66,28). Sum of RGB (Red+Green+Blue) = 83+66+28=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53421C is #ACBDE3. Grayscale: #424242. Windows color (decimal): -11320804 or 1851987. OLE color: 1851987.
HSL color Cylindrical-coordinate representation of color #53421C: hue angle of 41.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53421C is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 28 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.67 |
| HSL | 41.45º | 0.5% | 0.22% | - |
| HSV(B) | 41.45º | 0.66% | 0.33% | - |
| XYZ | 5.73 | 5.82 | 1.92 | - |
| YUV | 66.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 28 | 0 | 0.20 | 0.66 | 0.67 | 41.45 | 0.5 | 0.22 |
| Hex | 53 | 42 | 1C | 0 | 14 | 42 | 43 | 29 | 32 | 16 |
| Octal | 123 | 102 | 34 | 0 | 24 | 102 | 103 | 51 | 62 | 26 |
| Binary | 1010011 | 1000010 | 11100 | 0 | 10100 | 1000010 | 1000011 | 101001 | 110010 | 10110 |
Color Harmonies of #53421C
Complementary color
Monochromatic Colors of #53421C
Black with #53421C
Text Example
Text Example
White with #53421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53421C; }
p { color: rgb(83,66,28); }
H1.HeaderClassName
{
color: #53421C;
}
.AnyTagClassName
{
color: #53421C;
}
</style>
background-color css
<style>
a { background-color: #53421C; }
a { background-color: rgb(83,66,28); }
div.DivClassName
{
background-color: #53421C;
}
.BgClassName
{
background-color: #53421C;
}
</style>
border-color css
<style>
span { border-color: #53421C; }
span { border-color: rgb(83,66,28); }
td.TdClassName
{
border-color: #53421C;
}
.TagClassName
{
border-color: #53421C;
}
</style>