Shades of Madras #533F0F
Tints of Madras #533F0F
RGB
CMYK
RGB Variations
Color information
#533F0F (or 0x533F0F) is known color: Madras. HEX triplet: 53, 3F and 0F. RGB value is (83,63,15). Sum of RGB (Red+Green+Blue) = 83+63+15=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #533F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F0F is #ACC0F0. Grayscale: #3F3F3F. Windows color (decimal): -11321585 or 999251. OLE color: 999251.
HSL color Cylindrical-coordinate representation of color #533F0F: hue angle of 42.35º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #533F0F is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 15 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.67 |
| HSL | 42.35º | 0.69% | 0.19% | - |
| HSV(B) | 42.35º | 0.82% | 0.33% | - |
| XYZ | 5.43 | 5.43 | 1.21 | - |
| YUV | 63.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 15 | 0 | 0.24 | 0.82 | 0.67 | 42.35 | 0.69 | 0.19 |
| Hex | 53 | 3F | F | 0 | 18 | 52 | 43 | 2A | 45 | 13 |
| Octal | 123 | 77 | 17 | 0 | 30 | 122 | 103 | 52 | 105 | 23 |
| Binary | 1010011 | 111111 | 1111 | 0 | 11000 | 1010010 | 1000011 | 101010 | 1000101 | 10011 |
Color Harmonies of #533F0F
Complementary color
Monochromatic Colors of #533F0F
Black with #533F0F
Text Example
Text Example
White with #533F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F0F; }
p { color: rgb(83,63,15); }
H1.HeaderClassName
{
color: #533F0F;
}
.AnyTagClassName
{
color: #533F0F;
}
</style>
background-color css
<style>
a { background-color: #533F0F; }
a { background-color: rgb(83,63,15); }
div.DivClassName
{
background-color: #533F0F;
}
.BgClassName
{
background-color: #533F0F;
}
</style>
border-color css
<style>
span { border-color: #533F0F; }
span { border-color: rgb(83,63,15); }
td.TdClassName
{
border-color: #533F0F;
}
.TagClassName
{
border-color: #533F0F;
}
</style>