Shades of Madras #53430A
Tints of Madras #53430A
RGB
CMYK
RGB Variations
Color information
#53430A (or 0x53430A) is known color: Madras. HEX triplet: 53, 43 and 0A. RGB value is (83,67,10). Sum of RGB (Red+Green+Blue) = 83+67+10=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53430A is #ACBCF5. Grayscale: #414141. Windows color (decimal): -11320566 or 672595. OLE color: 672595.
HSL color Cylindrical-coordinate representation of color #53430A: hue angle of 46.85º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53430A is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 10 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.67 |
| HSL | 46.85º | 0.78% | 0.18% | - |
| HSV(B) | 46.85º | 0.88% | 0.33% | - |
| XYZ | 5.63 | 5.88 | 1.12 | - |
| YUV | 65.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 10 | 0 | 0.19 | 0.88 | 0.67 | 46.85 | 0.78 | 0.18 |
| Hex | 53 | 43 | A | 0 | 13 | 58 | 43 | 2F | 4E | 12 |
| Octal | 123 | 103 | 12 | 0 | 23 | 130 | 103 | 57 | 116 | 22 |
| Binary | 1010011 | 1000011 | 1010 | 0 | 10011 | 1011000 | 1000011 | 101111 | 1001110 | 10010 |
Color Harmonies of #53430A
Complementary color
Monochromatic Colors of #53430A
Black with #53430A
Text Example
Text Example
White with #53430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53430A; }
p { color: rgb(83,67,10); }
H1.HeaderClassName
{
color: #53430A;
}
.AnyTagClassName
{
color: #53430A;
}
</style>
background-color css
<style>
a { background-color: #53430A; }
a { background-color: rgb(83,67,10); }
div.DivClassName
{
background-color: #53430A;
}
.BgClassName
{
background-color: #53430A;
}
</style>
border-color css
<style>
span { border-color: #53430A; }
span { border-color: rgb(83,67,10); }
td.TdClassName
{
border-color: #53430A;
}
.TagClassName
{
border-color: #53430A;
}
</style>