Shades of Madras #52431E
Tints of Madras #52431E
RGB
CMYK
RGB Variations
Color information
#52431E (or 0x52431E) is known color: Madras. HEX triplet: 52, 43 and 1E. RGB value is (82,67,30). Sum of RGB (Red+Green+Blue) = 82+67+30=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52431E is #ADBCE1. Grayscale: #434343. Windows color (decimal): -11386082 or 1983314. OLE color: 1983314.
HSL color Cylindrical-coordinate representation of color #52431E: hue angle of 42.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52431E is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 30 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.68 |
| HSL | 42.69º | 0.46% | 0.22% | - |
| HSV(B) | 42.69º | 0.63% | 0.32% | - |
| XYZ | 5.72 | 5.9 | 2.07 | - |
| YUV | 67.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 30 | 0 | 0.18 | 0.63 | 0.68 | 42.69 | 0.46 | 0.22 |
| Hex | 52 | 43 | 1E | 0 | 12 | 3F | 44 | 2B | 2E | 16 |
| Octal | 122 | 103 | 36 | 0 | 22 | 77 | 104 | 53 | 56 | 26 |
| Binary | 1010010 | 1000011 | 11110 | 0 | 10010 | 111111 | 1000100 | 101011 | 101110 | 10110 |
Color Harmonies of #52431E
Complementary color
Monochromatic Colors of #52431E
Black with #52431E
Text Example
Text Example
White with #52431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52431E; }
p { color: rgb(82,67,30); }
H1.HeaderClassName
{
color: #52431E;
}
.AnyTagClassName
{
color: #52431E;
}
</style>
background-color css
<style>
a { background-color: #52431E; }
a { background-color: rgb(82,67,30); }
div.DivClassName
{
background-color: #52431E;
}
.BgClassName
{
background-color: #52431E;
}
</style>
border-color css
<style>
span { border-color: #52431E; }
span { border-color: rgb(82,67,30); }
td.TdClassName
{
border-color: #52431E;
}
.TagClassName
{
border-color: #52431E;
}
</style>