Shades of Madras #533C04
Tints of Madras #533C04
RGB
CMYK
RGB Variations
Color information
#533C04 (or 0x533C04) is known color: Madras. HEX triplet: 53, 3C and 04. RGB value is (83,60,4). Sum of RGB (Red+Green+Blue) = 83+60+4=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #533C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C04 is #ACC3FB. Grayscale: #3C3C3C. Windows color (decimal): -11322364 or 277587. OLE color: 277587.
HSL color Cylindrical-coordinate representation of color #533C04: hue angle of 42.53º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #533C04 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 4 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.67 |
| HSL | 42.53º | 0.91% | 0.17% | - |
| HSV(B) | 42.53º | 0.95% | 0.33% | - |
| XYZ | 5.21 | 5.08 | 0.82 | - |
| YUV | 60.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 4 | 0 | 0.28 | 0.95 | 0.67 | 42.53 | 0.91 | 0.17 |
| Hex | 53 | 3C | 4 | 0 | 1C | 5F | 43 | 2B | 5B | 11 |
| Octal | 123 | 74 | 4 | 0 | 34 | 137 | 103 | 53 | 133 | 21 |
| Binary | 1010011 | 111100 | 100 | 0 | 11100 | 1011111 | 1000011 | 101011 | 1011011 | 10001 |
Color Harmonies of #533C04
Complementary color
Monochromatic Colors of #533C04
Black with #533C04
Text Example
Text Example
White with #533C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C04; }
p { color: rgb(83,60,4); }
H1.HeaderClassName
{
color: #533C04;
}
.AnyTagClassName
{
color: #533C04;
}
</style>
background-color css
<style>
a { background-color: #533C04; }
a { background-color: rgb(83,60,4); }
div.DivClassName
{
background-color: #533C04;
}
.BgClassName
{
background-color: #533C04;
}
</style>
border-color css
<style>
span { border-color: #533C04; }
span { border-color: rgb(83,60,4); }
td.TdClassName
{
border-color: #533C04;
}
.TagClassName
{
border-color: #533C04;
}
</style>