Shades of Madras #533D09
Tints of Madras #533D09
RGB
CMYK
RGB Variations
Color information
#533D09 (or 0x533D09) is known color: Madras. HEX triplet: 53, 3D and 09. RGB value is (83,61,9). Sum of RGB (Red+Green+Blue) = 83+61+9=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D09 is #ACC2F6. Grayscale: #3D3D3D. Windows color (decimal): -11322103 or 605523. OLE color: 605523.
HSL color Cylindrical-coordinate representation of color #533D09: hue angle of 42.16º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #533D09 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 9 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.67 |
| HSL | 42.16º | 0.8% | 0.18% | - |
| HSV(B) | 42.16º | 0.89% | 0.33% | - |
| XYZ | 5.29 | 5.2 | 0.98 | - |
| YUV | 61.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 9 | 0 | 0.27 | 0.89 | 0.67 | 42.16 | 0.8 | 0.18 |
| Hex | 53 | 3D | 9 | 0 | 1B | 59 | 43 | 2A | 50 | 12 |
| Octal | 123 | 75 | 11 | 0 | 33 | 131 | 103 | 52 | 120 | 22 |
| Binary | 1010011 | 111101 | 1001 | 0 | 11011 | 1011001 | 1000011 | 101010 | 1010000 | 10010 |
Color Harmonies of #533D09
Complementary color
Monochromatic Colors of #533D09
Black with #533D09
Text Example
Text Example
White with #533D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D09; }
p { color: rgb(83,61,9); }
H1.HeaderClassName
{
color: #533D09;
}
.AnyTagClassName
{
color: #533D09;
}
</style>
background-color css
<style>
a { background-color: #533D09; }
a { background-color: rgb(83,61,9); }
div.DivClassName
{
background-color: #533D09;
}
.BgClassName
{
background-color: #533D09;
}
</style>
border-color css
<style>
span { border-color: #533D09; }
span { border-color: rgb(83,61,9); }
td.TdClassName
{
border-color: #533D09;
}
.TagClassName
{
border-color: #533D09;
}
</style>