Shades of Madras #533F00
Tints of Madras #533F00
RGB
CMYK
RGB Variations
Color information
#533F00 (or 0x533F00) is known color: Madras. HEX triplet: 53, 3F and 00. RGB value is (83,63,0). Sum of RGB (Red+Green+Blue) = 83+63+0=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F00 is #ACC0FF. Grayscale: #3E3E3E. Windows color (decimal): -11321600 or 16211. OLE color: 16211.
HSL color Cylindrical-coordinate representation of color #533F00: hue angle of 45.54º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #533F00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.67 |
| HSL | 45.54º | 1% | 0.16% | - |
| HSV(B) | 45.54º | 1% | 0.33% | - |
| XYZ | 5.34 | 5.39 | 0.76 | - |
| YUV | 61.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 0 | 0 | 0.24 | 1 | 0.67 | 45.54 | 1 | 0.16 |
| Hex | 53 | 3F | 0 | 0 | 18 | 64 | 43 | 2E | 64 | 10 |
| Octal | 123 | 77 | 0 | 0 | 30 | 144 | 103 | 56 | 144 | 20 |
| Binary | 1010011 | 111111 | 0 | 0 | 11000 | 1100100 | 1000011 | 101110 | 1100100 | 10000 |
Color Harmonies of #533F00
Complementary color
Monochromatic Colors of #533F00
Black with #533F00
Text Example
Text Example
White with #533F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F00; }
p { color: rgb(83,63,0); }
H1.HeaderClassName
{
color: #533F00;
}
.AnyTagClassName
{
color: #533F00;
}
</style>
background-color css
<style>
a { background-color: #533F00; }
a { background-color: rgb(83,63,0); }
div.DivClassName
{
background-color: #533F00;
}
.BgClassName
{
background-color: #533F00;
}
</style>
border-color css
<style>
span { border-color: #533F00; }
span { border-color: rgb(83,63,0); }
td.TdClassName
{
border-color: #533F00;
}
.TagClassName
{
border-color: #533F00;
}
</style>