Shades of Madras #554102
Tints of Madras #554102
RGB
CMYK
RGB Variations
Color information
#554102 (or 0x554102) is known color: Madras. HEX triplet: 55, 41 and 02. RGB value is (85,65,2). Sum of RGB (Red+Green+Blue) = 85+65+2=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #554102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554102 is #AABEFD. Grayscale: #404040. Windows color (decimal): -11190014 or 147797. OLE color: 147797.
HSL color Cylindrical-coordinate representation of color #554102: hue angle of 45.54º 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 #554102 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.67 |
| HSL | 45.54º | 0.95% | 0.17% | - |
| HSV(B) | 45.54º | 0.98% | 0.33% | - |
| XYZ | 5.65 | 5.72 | 0.86 | - |
| YUV | 63.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 2 | 0 | 0.24 | 0.98 | 0.67 | 45.54 | 0.95 | 0.17 |
| Hex | 55 | 41 | 2 | 0 | 18 | 62 | 43 | 2E | 5F | 11 |
| Octal | 125 | 101 | 2 | 0 | 30 | 142 | 103 | 56 | 137 | 21 |
| Binary | 1010101 | 1000001 | 10 | 0 | 11000 | 1100010 | 1000011 | 101110 | 1011111 | 10001 |
Color Harmonies of #554102
Complementary color
Monochromatic Colors of #554102
Black with #554102
Text Example
Text Example
White with #554102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554102; }
p { color: rgb(85,65,2); }
H1.HeaderClassName
{
color: #554102;
}
.AnyTagClassName
{
color: #554102;
}
</style>
background-color css
<style>
a { background-color: #554102; }
a { background-color: rgb(85,65,2); }
div.DivClassName
{
background-color: #554102;
}
.BgClassName
{
background-color: #554102;
}
</style>
border-color css
<style>
span { border-color: #554102; }
span { border-color: rgb(85,65,2); }
td.TdClassName
{
border-color: #554102;
}
.TagClassName
{
border-color: #554102;
}
</style>