Shades of Madras #533E07
Tints of Madras #533E07
RGB
CMYK
RGB Variations
Color information
#533E07 (or 0x533E07) is known color: Madras. HEX triplet: 53, 3E and 07. RGB value is (83,62,7). Sum of RGB (Red+Green+Blue) = 83+62+7=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #533E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E07 is #ACC1F8. Grayscale: #3E3E3E. Windows color (decimal): -11321849 or 474707. OLE color: 474707.
HSL color Cylindrical-coordinate representation of color #533E07: hue angle of 43.42º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533E07 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 7 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.67 |
| HSL | 43.42º | 0.84% | 0.18% | - |
| HSV(B) | 43.42º | 0.92% | 0.33% | - |
| XYZ | 5.33 | 5.3 | 0.94 | - |
| YUV | 62.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 7 | 0 | 0.25 | 0.92 | 0.67 | 43.42 | 0.84 | 0.18 |
| Hex | 53 | 3E | 7 | 0 | 19 | 5C | 43 | 2B | 54 | 12 |
| Octal | 123 | 76 | 7 | 0 | 31 | 134 | 103 | 53 | 124 | 22 |
| Binary | 1010011 | 111110 | 111 | 0 | 11001 | 1011100 | 1000011 | 101011 | 1010100 | 10010 |
Color Harmonies of #533E07
Complementary color
Monochromatic Colors of #533E07
Black with #533E07
Text Example
Text Example
White with #533E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E07; }
p { color: rgb(83,62,7); }
H1.HeaderClassName
{
color: #533E07;
}
.AnyTagClassName
{
color: #533E07;
}
</style>
background-color css
<style>
a { background-color: #533E07; }
a { background-color: rgb(83,62,7); }
div.DivClassName
{
background-color: #533E07;
}
.BgClassName
{
background-color: #533E07;
}
</style>
border-color css
<style>
span { border-color: #533E07; }
span { border-color: rgb(83,62,7); }
td.TdClassName
{
border-color: #533E07;
}
.TagClassName
{
border-color: #533E07;
}
</style>