Shades of Madras #533E12
Tints of Madras #533E12
RGB
CMYK
RGB Variations
Color information
#533E12 (or 0x533E12) is known color: Madras. HEX triplet: 53, 3E and 12. RGB value is (83,62,18). Sum of RGB (Red+Green+Blue) = 83+62+18=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E12 is #ACC1ED. Grayscale: #3F3F3F. Windows color (decimal): -11321838 or 1195603. OLE color: 1195603.
HSL color Cylindrical-coordinate representation of color #533E12: hue angle of 40.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #533E12 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 18 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.67 |
| HSL | 40.62º | 0.64% | 0.2% | - |
| HSV(B) | 40.62º | 0.78% | 0.33% | - |
| XYZ | 5.4 | 5.33 | 1.32 | - |
| YUV | 63.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 18 | 0 | 0.25 | 0.78 | 0.67 | 40.62 | 0.64 | 0.2 |
| Hex | 53 | 3E | 12 | 0 | 19 | 4E | 43 | 29 | 40 | 14 |
| Octal | 123 | 76 | 22 | 0 | 31 | 116 | 103 | 51 | 100 | 24 |
| Binary | 1010011 | 111110 | 10010 | 0 | 11001 | 1001110 | 1000011 | 101001 | 1000000 | 10100 |
Color Harmonies of #533E12
Complementary color
Monochromatic Colors of #533E12
Black with #533E12
Text Example
Text Example
White with #533E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E12; }
p { color: rgb(83,62,18); }
H1.HeaderClassName
{
color: #533E12;
}
.AnyTagClassName
{
color: #533E12;
}
</style>
background-color css
<style>
a { background-color: #533E12; }
a { background-color: rgb(83,62,18); }
div.DivClassName
{
background-color: #533E12;
}
.BgClassName
{
background-color: #533E12;
}
</style>
border-color css
<style>
span { border-color: #533E12; }
span { border-color: rgb(83,62,18); }
td.TdClassName
{
border-color: #533E12;
}
.TagClassName
{
border-color: #533E12;
}
</style>