Shades of Madras #533D0D
Tints of Madras #533D0D
RGB
CMYK
RGB Variations
Color information
#533D0D (or 0x533D0D) is known color: Madras. HEX triplet: 53, 3D and 0D. RGB value is (83,61,13). Sum of RGB (Red+Green+Blue) = 83+61+13=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D0D is #ACC2F2. Grayscale: #3E3E3E. Windows color (decimal): -11322099 or 867667. OLE color: 867667.
HSL color Cylindrical-coordinate representation of color #533D0D: hue angle of 41.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #533D0D is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 13 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.67 |
| HSL | 41.14º | 0.73% | 0.19% | - |
| HSV(B) | 41.14º | 0.84% | 0.33% | - |
| XYZ | 5.31 | 5.21 | 1.11 | - |
| YUV | 62.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 13 | 0 | 0.27 | 0.84 | 0.67 | 41.14 | 0.73 | 0.19 |
| Hex | 53 | 3D | D | 0 | 1B | 54 | 43 | 29 | 49 | 13 |
| Octal | 123 | 75 | 15 | 0 | 33 | 124 | 103 | 51 | 111 | 23 |
| Binary | 1010011 | 111101 | 1101 | 0 | 11011 | 1010100 | 1000011 | 101001 | 1001001 | 10011 |
Color Harmonies of #533D0D
Complementary color
Monochromatic Colors of #533D0D
Black with #533D0D
Text Example
Text Example
White with #533D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D0D; }
p { color: rgb(83,61,13); }
H1.HeaderClassName
{
color: #533D0D;
}
.AnyTagClassName
{
color: #533D0D;
}
</style>
background-color css
<style>
a { background-color: #533D0D; }
a { background-color: rgb(83,61,13); }
div.DivClassName
{
background-color: #533D0D;
}
.BgClassName
{
background-color: #533D0D;
}
</style>
border-color css
<style>
span { border-color: #533D0D; }
span { border-color: rgb(83,61,13); }
td.TdClassName
{
border-color: #533D0D;
}
.TagClassName
{
border-color: #533D0D;
}
</style>