Shades of Madras #53430D
Tints of Madras #53430D
RGB
CMYK
RGB Variations
Color information
#53430D (or 0x53430D) is known color: Madras. HEX triplet: 53, 43 and 0D. RGB value is (83,67,13). Sum of RGB (Red+Green+Blue) = 83+67+13=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53430D is #ACBCF2. Grayscale: #414141. Windows color (decimal): -11320563 or 869203. OLE color: 869203.
HSL color Cylindrical-coordinate representation of color #53430D: hue angle of 46.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53430D is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 13 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.67 |
| HSL | 46.29º | 0.73% | 0.19% | - |
| HSV(B) | 46.29º | 0.84% | 0.33% | - |
| XYZ | 5.65 | 5.88 | 1.22 | - |
| YUV | 65.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 13 | 0 | 0.19 | 0.84 | 0.67 | 46.29 | 0.73 | 0.19 |
| Hex | 53 | 43 | D | 0 | 13 | 54 | 43 | 2E | 49 | 13 |
| Octal | 123 | 103 | 15 | 0 | 23 | 124 | 103 | 56 | 111 | 23 |
| Binary | 1010011 | 1000011 | 1101 | 0 | 10011 | 1010100 | 1000011 | 101110 | 1001001 | 10011 |
Color Harmonies of #53430D
Complementary color
Monochromatic Colors of #53430D
Black with #53430D
Text Example
Text Example
White with #53430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53430D; }
p { color: rgb(83,67,13); }
H1.HeaderClassName
{
color: #53430D;
}
.AnyTagClassName
{
color: #53430D;
}
</style>
background-color css
<style>
a { background-color: #53430D; }
a { background-color: rgb(83,67,13); }
div.DivClassName
{
background-color: #53430D;
}
.BgClassName
{
background-color: #53430D;
}
</style>
border-color css
<style>
span { border-color: #53430D; }
span { border-color: rgb(83,67,13); }
td.TdClassName
{
border-color: #53430D;
}
.TagClassName
{
border-color: #53430D;
}
</style>