Shades of Madras #523E02
Tints of Madras #523E02
RGB
CMYK
RGB Variations
Color information
#523E02 (or 0x523E02) is known color: Madras. HEX triplet: 52, 3E and 02. RGB value is (82,62,2). Sum of RGB (Red+Green+Blue) = 82+62+2=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #523E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E02 is #ADC1FD. Grayscale: #3D3D3D. Windows color (decimal): -11387390 or 147026. OLE color: 147026.
HSL color Cylindrical-coordinate representation of color #523E02: hue angle of 45º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #523E02 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.68 |
| HSL | 45º | 0.95% | 0.16% | - |
| HSV(B) | 45º | 0.98% | 0.32% | - |
| XYZ | 5.21 | 5.24 | 0.79 | - |
| YUV | 61.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 2 | 0 | 0.24 | 0.98 | 0.68 | 45 | 0.95 | 0.16 |
| Hex | 52 | 3E | 2 | 0 | 18 | 62 | 44 | 2D | 5F | 10 |
| Octal | 122 | 76 | 2 | 0 | 30 | 142 | 104 | 55 | 137 | 20 |
| Binary | 1010010 | 111110 | 10 | 0 | 11000 | 1100010 | 1000100 | 101101 | 1011111 | 10000 |
Color Harmonies of #523E02
Complementary color
Monochromatic Colors of #523E02
Black with #523E02
Text Example
Text Example
White with #523E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E02; }
p { color: rgb(82,62,2); }
H1.HeaderClassName
{
color: #523E02;
}
.AnyTagClassName
{
color: #523E02;
}
</style>
background-color css
<style>
a { background-color: #523E02; }
a { background-color: rgb(82,62,2); }
div.DivClassName
{
background-color: #523E02;
}
.BgClassName
{
background-color: #523E02;
}
</style>
border-color css
<style>
span { border-color: #523E02; }
span { border-color: rgb(82,62,2); }
td.TdClassName
{
border-color: #523E02;
}
.TagClassName
{
border-color: #523E02;
}
</style>