Shades of Madras #53430B
Tints of Madras #53430B
RGB
CMYK
RGB Variations
Color information
#53430B (or 0x53430B) is known color: Madras. HEX triplet: 53, 43 and 0B. RGB value is (83,67,11). Sum of RGB (Red+Green+Blue) = 83+67+11=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53430B is #ACBCF4. Grayscale: #414141. Windows color (decimal): -11320565 or 738131. OLE color: 738131.
HSL color Cylindrical-coordinate representation of color #53430B: hue angle of 46.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53430B is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 11 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.67 |
| HSL | 46.67º | 0.77% | 0.18% | - |
| HSV(B) | 46.67º | 0.87% | 0.33% | - |
| XYZ | 5.63 | 5.88 | 1.15 | - |
| YUV | 65.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 11 | 0 | 0.19 | 0.87 | 0.67 | 46.67 | 0.77 | 0.18 |
| Hex | 53 | 43 | B | 0 | 13 | 57 | 43 | 2F | 4D | 12 |
| Octal | 123 | 103 | 13 | 0 | 23 | 127 | 103 | 57 | 115 | 22 |
| Binary | 1010011 | 1000011 | 1011 | 0 | 10011 | 1010111 | 1000011 | 101111 | 1001101 | 10010 |
Color Harmonies of #53430B
Complementary color
Monochromatic Colors of #53430B
Black with #53430B
Text Example
Text Example
White with #53430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53430B; }
p { color: rgb(83,67,11); }
H1.HeaderClassName
{
color: #53430B;
}
.AnyTagClassName
{
color: #53430B;
}
</style>
background-color css
<style>
a { background-color: #53430B; }
a { background-color: rgb(83,67,11); }
div.DivClassName
{
background-color: #53430B;
}
.BgClassName
{
background-color: #53430B;
}
</style>
border-color css
<style>
span { border-color: #53430B; }
span { border-color: rgb(83,67,11); }
td.TdClassName
{
border-color: #53430B;
}
.TagClassName
{
border-color: #53430B;
}
</style>