Shades of Madras #533E17
Tints of Madras #533E17
RGB
CMYK
RGB Variations
Color information
#533E17 (or 0x533E17) is known color: Madras. HEX triplet: 53, 3E and 17. RGB value is (83,62,23). Sum of RGB (Red+Green+Blue) = 83+62+23=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E17 is #ACC1E8. Grayscale: #404040. Windows color (decimal): -11321833 or 1523283. OLE color: 1523283.
HSL color Cylindrical-coordinate representation of color #533E17: hue angle of 39º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533E17 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 23 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.67 |
| HSL | 39º | 0.57% | 0.21% | - |
| HSV(B) | 39º | 0.72% | 0.33% | - |
| XYZ | 5.44 | 5.35 | 1.56 | - |
| YUV | 63.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 23 | 0 | 0.25 | 0.72 | 0.67 | 39 | 0.57 | 0.21 |
| Hex | 53 | 3E | 17 | 0 | 19 | 48 | 43 | 27 | 39 | 15 |
| Octal | 123 | 76 | 27 | 0 | 31 | 110 | 103 | 47 | 71 | 25 |
| Binary | 1010011 | 111110 | 10111 | 0 | 11001 | 1001000 | 1000011 | 100111 | 111001 | 10101 |
Color Harmonies of #533E17
Complementary color
Monochromatic Colors of #533E17
Black with #533E17
Text Example
Text Example
White with #533E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E17; }
p { color: rgb(83,62,23); }
H1.HeaderClassName
{
color: #533E17;
}
.AnyTagClassName
{
color: #533E17;
}
</style>
background-color css
<style>
a { background-color: #533E17; }
a { background-color: rgb(83,62,23); }
div.DivClassName
{
background-color: #533E17;
}
.BgClassName
{
background-color: #533E17;
}
</style>
border-color css
<style>
span { border-color: #533E17; }
span { border-color: rgb(83,62,23); }
td.TdClassName
{
border-color: #533E17;
}
.TagClassName
{
border-color: #533E17;
}
</style>