Shades of Madras #533C07
Tints of Madras #533C07
RGB
CMYK
RGB Variations
Color information
#533C07 (or 0x533C07) is known color: Madras. HEX triplet: 53, 3C and 07. RGB value is (83,60,7). Sum of RGB (Red+Green+Blue) = 83+60+7=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #533C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C07 is #ACC3F8. Grayscale: #3D3D3D. Windows color (decimal): -11322361 or 474195. OLE color: 474195.
HSL color Cylindrical-coordinate representation of color #533C07: hue angle of 41.84º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533C07 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 7 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.67 |
| HSL | 41.84º | 0.84% | 0.18% | - |
| HSV(B) | 41.84º | 0.92% | 0.33% | - |
| XYZ | 5.22 | 5.09 | 0.91 | - |
| YUV | 60.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 7 | 0 | 0.28 | 0.92 | 0.67 | 41.84 | 0.84 | 0.18 |
| Hex | 53 | 3C | 7 | 0 | 1C | 5C | 43 | 2A | 54 | 12 |
| Octal | 123 | 74 | 7 | 0 | 34 | 134 | 103 | 52 | 124 | 22 |
| Binary | 1010011 | 111100 | 111 | 0 | 11100 | 1011100 | 1000011 | 101010 | 1010100 | 10010 |
Color Harmonies of #533C07
Complementary color
Monochromatic Colors of #533C07
Black with #533C07
Text Example
Text Example
White with #533C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C07; }
p { color: rgb(83,60,7); }
H1.HeaderClassName
{
color: #533C07;
}
.AnyTagClassName
{
color: #533C07;
}
</style>
background-color css
<style>
a { background-color: #533C07; }
a { background-color: rgb(83,60,7); }
div.DivClassName
{
background-color: #533C07;
}
.BgClassName
{
background-color: #533C07;
}
</style>
border-color css
<style>
span { border-color: #533C07; }
span { border-color: rgb(83,60,7); }
td.TdClassName
{
border-color: #533C07;
}
.TagClassName
{
border-color: #533C07;
}
</style>