Shades of Madras #534102
Tints of Madras #534102
RGB
CMYK
RGB Variations
Color information
#534102 (or 0x534102) is known color: Madras. HEX triplet: 53, 41 and 02. RGB value is (83,65,2). Sum of RGB (Red+Green+Blue) = 83+65+2=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #534102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534102 is #ACBEFD. Grayscale: #3F3F3F. Windows color (decimal): -11321086 or 147795. OLE color: 147795.
HSL color Cylindrical-coordinate representation of color #534102: hue angle of 46.67º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #534102 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.67 |
| HSL | 46.67º | 0.95% | 0.17% | - |
| HSV(B) | 46.67º | 0.98% | 0.33% | - |
| XYZ | 5.47 | 5.62 | 0.85 | - |
| YUV | 63.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 2 | 0 | 0.22 | 0.98 | 0.67 | 46.67 | 0.95 | 0.17 |
| Hex | 53 | 41 | 2 | 0 | 16 | 62 | 43 | 2F | 5F | 11 |
| Octal | 123 | 101 | 2 | 0 | 26 | 142 | 103 | 57 | 137 | 21 |
| Binary | 1010011 | 1000001 | 10 | 0 | 10110 | 1100010 | 1000011 | 101111 | 1011111 | 10001 |
Color Harmonies of #534102
Complementary color
Monochromatic Colors of #534102
Black with #534102
Text Example
Text Example
White with #534102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534102; }
p { color: rgb(83,65,2); }
H1.HeaderClassName
{
color: #534102;
}
.AnyTagClassName
{
color: #534102;
}
</style>
background-color css
<style>
a { background-color: #534102; }
a { background-color: rgb(83,65,2); }
div.DivClassName
{
background-color: #534102;
}
.BgClassName
{
background-color: #534102;
}
</style>
border-color css
<style>
span { border-color: #534102; }
span { border-color: rgb(83,65,2); }
td.TdClassName
{
border-color: #534102;
}
.TagClassName
{
border-color: #534102;
}
</style>