Shades of Madras #533C00
Tints of Madras #533C00
RGB
CMYK
RGB Variations
Color information
#533C00 (or 0x533C00) is known color: Madras. HEX triplet: 53, 3C and 00. RGB value is (83,60,0). Sum of RGB (Red+Green+Blue) = 83+60+0=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #533C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C00 is #ACC3FF. Grayscale: #3C3C3C. Windows color (decimal): -11322368 or 15443. OLE color: 15443.
HSL color Cylindrical-coordinate representation of color #533C00: hue angle of 43.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #533C00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.67 |
| HSL | 43.37º | 1% | 0.16% | - |
| HSV(B) | 43.37º | 1% | 0.33% | - |
| XYZ | 5.18 | 5.07 | 0.71 | - |
| YUV | 60.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 0 | 0 | 0.28 | 1 | 0.67 | 43.37 | 1 | 0.16 |
| Hex | 53 | 3C | 0 | 0 | 1C | 64 | 43 | 2B | 64 | 10 |
| Octal | 123 | 74 | 0 | 0 | 34 | 144 | 103 | 53 | 144 | 20 |
| Binary | 1010011 | 111100 | 0 | 0 | 11100 | 1100100 | 1000011 | 101011 | 1100100 | 10000 |
Color Harmonies of #533C00
Complementary color
Monochromatic Colors of #533C00
Black with #533C00
Text Example
Text Example
White with #533C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C00; }
p { color: rgb(83,60,0); }
H1.HeaderClassName
{
color: #533C00;
}
.AnyTagClassName
{
color: #533C00;
}
</style>
background-color css
<style>
a { background-color: #533C00; }
a { background-color: rgb(83,60,0); }
div.DivClassName
{
background-color: #533C00;
}
.BgClassName
{
background-color: #533C00;
}
</style>
border-color css
<style>
span { border-color: #533C00; }
span { border-color: rgb(83,60,0); }
td.TdClassName
{
border-color: #533C00;
}
.TagClassName
{
border-color: #533C00;
}
</style>