Shades of Madras #533E0B
Tints of Madras #533E0B
RGB
CMYK
RGB Variations
Color information
#533E0B (or 0x533E0B) is known color: Madras. HEX triplet: 53, 3E and 0B. RGB value is (83,62,11). Sum of RGB (Red+Green+Blue) = 83+62+11=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E0B is #ACC1F4. Grayscale: #3E3E3E. Windows color (decimal): -11321845 or 736851. OLE color: 736851.
HSL color Cylindrical-coordinate representation of color #533E0B: hue angle of 42.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #533E0B is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 11 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.67 |
| HSL | 42.5º | 0.77% | 0.18% | - |
| HSV(B) | 42.5º | 0.87% | 0.33% | - |
| XYZ | 5.35 | 5.31 | 1.06 | - |
| YUV | 62.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 11 | 0 | 0.25 | 0.87 | 0.67 | 42.5 | 0.77 | 0.18 |
| Hex | 53 | 3E | B | 0 | 19 | 57 | 43 | 2A | 4D | 12 |
| Octal | 123 | 76 | 13 | 0 | 31 | 127 | 103 | 52 | 115 | 22 |
| Binary | 1010011 | 111110 | 1011 | 0 | 11001 | 1010111 | 1000011 | 101010 | 1001101 | 10010 |
Color Harmonies of #533E0B
Complementary color
Monochromatic Colors of #533E0B
Black with #533E0B
Text Example
Text Example
White with #533E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E0B; }
p { color: rgb(83,62,11); }
H1.HeaderClassName
{
color: #533E0B;
}
.AnyTagClassName
{
color: #533E0B;
}
</style>
background-color css
<style>
a { background-color: #533E0B; }
a { background-color: rgb(83,62,11); }
div.DivClassName
{
background-color: #533E0B;
}
.BgClassName
{
background-color: #533E0B;
}
</style>
border-color css
<style>
span { border-color: #533E0B; }
span { border-color: rgb(83,62,11); }
td.TdClassName
{
border-color: #533E0B;
}
.TagClassName
{
border-color: #533E0B;
}
</style>