Shades of Madras #533F0C
Tints of Madras #533F0C
RGB
CMYK
RGB Variations
Color information
#533F0C (or 0x533F0C) is known color: Madras. HEX triplet: 53, 3F and 0C. RGB value is (83,63,12). Sum of RGB (Red+Green+Blue) = 83+63+12=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F0C is #ACC0F3. Grayscale: #3F3F3F. Windows color (decimal): -11321588 or 802643. OLE color: 802643.
HSL color Cylindrical-coordinate representation of color #533F0C: hue angle of 43.1º 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 #533F0C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 12 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.67 |
| HSL | 43.1º | 0.75% | 0.19% | - |
| HSV(B) | 43.1º | 0.86% | 0.33% | - |
| XYZ | 5.41 | 5.42 | 1.11 | - |
| YUV | 63.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 12 | 0 | 0.24 | 0.86 | 0.67 | 43.1 | 0.75 | 0.19 |
| Hex | 53 | 3F | C | 0 | 18 | 56 | 43 | 2B | 4B | 13 |
| Octal | 123 | 77 | 14 | 0 | 30 | 126 | 103 | 53 | 113 | 23 |
| Binary | 1010011 | 111111 | 1100 | 0 | 11000 | 1010110 | 1000011 | 101011 | 1001011 | 10011 |
Color Harmonies of #533F0C
Complementary color
Monochromatic Colors of #533F0C
Black with #533F0C
Text Example
Text Example
White with #533F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F0C; }
p { color: rgb(83,63,12); }
H1.HeaderClassName
{
color: #533F0C;
}
.AnyTagClassName
{
color: #533F0C;
}
</style>
background-color css
<style>
a { background-color: #533F0C; }
a { background-color: rgb(83,63,12); }
div.DivClassName
{
background-color: #533F0C;
}
.BgClassName
{
background-color: #533F0C;
}
</style>
border-color css
<style>
span { border-color: #533F0C; }
span { border-color: rgb(83,63,12); }
td.TdClassName
{
border-color: #533F0C;
}
.TagClassName
{
border-color: #533F0C;
}
</style>