Shades of Madras #553E02
Tints of Madras #553E02
RGB
CMYK
RGB Variations
Color information
#553E02 (or 0x553E02) is known color: Madras. HEX triplet: 55, 3E and 02. RGB value is (85,62,2). Sum of RGB (Red+Green+Blue) = 85+62+2=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553E02 is #AAC1FD. Grayscale: #3E3E3E. Windows color (decimal): -11190782 or 147029. OLE color: 147029.
HSL color Cylindrical-coordinate representation of color #553E02: hue angle of 43.37º 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 #553E02 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 2 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.67 |
| HSL | 43.37º | 0.95% | 0.17% | - |
| HSV(B) | 43.37º | 0.98% | 0.33% | - |
| XYZ | 5.48 | 5.38 | 0.81 | - |
| YUV | 62.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 2 | 0 | 0.27 | 0.98 | 0.67 | 43.37 | 0.95 | 0.17 |
| Hex | 55 | 3E | 2 | 0 | 1B | 62 | 43 | 2B | 5F | 11 |
| Octal | 125 | 76 | 2 | 0 | 33 | 142 | 103 | 53 | 137 | 21 |
| Binary | 1010101 | 111110 | 10 | 0 | 11011 | 1100010 | 1000011 | 101011 | 1011111 | 10001 |
Color Harmonies of #553E02
Complementary color
Monochromatic Colors of #553E02
Black with #553E02
Text Example
Text Example
White with #553E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E02; }
p { color: rgb(85,62,2); }
H1.HeaderClassName
{
color: #553E02;
}
.AnyTagClassName
{
color: #553E02;
}
</style>
background-color css
<style>
a { background-color: #553E02; }
a { background-color: rgb(85,62,2); }
div.DivClassName
{
background-color: #553E02;
}
.BgClassName
{
background-color: #553E02;
}
</style>
border-color css
<style>
span { border-color: #553E02; }
span { border-color: rgb(85,62,2); }
td.TdClassName
{
border-color: #553E02;
}
.TagClassName
{
border-color: #553E02;
}
</style>