Shades of Madras #533D0C
Tints of Madras #533D0C
RGB
CMYK
RGB Variations
Color information
#533D0C (or 0x533D0C) is known color: Madras. HEX triplet: 53, 3D and 0C. RGB value is (83,61,12). Sum of RGB (Red+Green+Blue) = 83+61+12=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D0C is #ACC2F3. Grayscale: #3E3E3E. Windows color (decimal): -11322100 or 802131. OLE color: 802131.
HSL color Cylindrical-coordinate representation of color #533D0C: hue angle of 41.41º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #533D0C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 12 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.67 |
| HSL | 41.41º | 0.75% | 0.19% | - |
| HSV(B) | 41.41º | 0.86% | 0.33% | - |
| XYZ | 5.3 | 5.2 | 1.07 | - |
| YUV | 61.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 12 | 0 | 0.27 | 0.86 | 0.67 | 41.41 | 0.75 | 0.19 |
| Hex | 53 | 3D | C | 0 | 1B | 56 | 43 | 29 | 4B | 13 |
| Octal | 123 | 75 | 14 | 0 | 33 | 126 | 103 | 51 | 113 | 23 |
| Binary | 1010011 | 111101 | 1100 | 0 | 11011 | 1010110 | 1000011 | 101001 | 1001011 | 10011 |
Color Harmonies of #533D0C
Complementary color
Monochromatic Colors of #533D0C
Black with #533D0C
Text Example
Text Example
White with #533D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D0C; }
p { color: rgb(83,61,12); }
H1.HeaderClassName
{
color: #533D0C;
}
.AnyTagClassName
{
color: #533D0C;
}
</style>
background-color css
<style>
a { background-color: #533D0C; }
a { background-color: rgb(83,61,12); }
div.DivClassName
{
background-color: #533D0C;
}
.BgClassName
{
background-color: #533D0C;
}
</style>
border-color css
<style>
span { border-color: #533D0C; }
span { border-color: rgb(83,61,12); }
td.TdClassName
{
border-color: #533D0C;
}
.TagClassName
{
border-color: #533D0C;
}
</style>