Shades of Madras #533E14
Tints of Madras #533E14
RGB
CMYK
RGB Variations
Color information
#533E14 (or 0x533E14) is known color: Madras. HEX triplet: 53, 3E and 14. RGB value is (83,62,20). Sum of RGB (Red+Green+Blue) = 83+62+20=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #533E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E14 is #ACC1EB. Grayscale: #3F3F3F. Windows color (decimal): -11321836 or 1326675. OLE color: 1326675.
HSL color Cylindrical-coordinate representation of color #533E14: hue angle of 40º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533E14 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 20 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.67 |
| HSL | 40º | 0.61% | 0.2% | - |
| HSV(B) | 40º | 0.76% | 0.33% | - |
| XYZ | 5.42 | 5.33 | 1.41 | - |
| YUV | 63.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 20 | 0 | 0.25 | 0.76 | 0.67 | 40 | 0.61 | 0.2 |
| Hex | 53 | 3E | 14 | 0 | 19 | 4C | 43 | 28 | 3D | 14 |
| Octal | 123 | 76 | 24 | 0 | 31 | 114 | 103 | 50 | 75 | 24 |
| Binary | 1010011 | 111110 | 10100 | 0 | 11001 | 1001100 | 1000011 | 101000 | 111101 | 10100 |
Color Harmonies of #533E14
Complementary color
Monochromatic Colors of #533E14
Black with #533E14
Text Example
Text Example
White with #533E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E14; }
p { color: rgb(83,62,20); }
H1.HeaderClassName
{
color: #533E14;
}
.AnyTagClassName
{
color: #533E14;
}
</style>
background-color css
<style>
a { background-color: #533E14; }
a { background-color: rgb(83,62,20); }
div.DivClassName
{
background-color: #533E14;
}
.BgClassName
{
background-color: #533E14;
}
</style>
border-color css
<style>
span { border-color: #533E14; }
span { border-color: rgb(83,62,20); }
td.TdClassName
{
border-color: #533E14;
}
.TagClassName
{
border-color: #533E14;
}
</style>