Shades of Millbrook #5D573E
Tints of Millbrook #5D573E
RGB
CMYK
RGB Variations
Color information
#5D573E (or 0x5D573E) is known color: Millbrook. HEX triplet: 5D, 57 and 3E. RGB value is (93,87,62). Sum of RGB (Red+Green+Blue) = 93+87+62=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 93 - color contains mainly: red. Hex color #5D573E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D573E is #A2A8C1. Grayscale: #565656. Windows color (decimal): -10660034 or 4085597. OLE color: 4085597.
HSL color Cylindrical-coordinate representation of color #5D573E: hue angle of 48.39º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D573E is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 62 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.64 |
| HSL | 48.39º | 0.2% | 0.3% | - |
| HSV(B) | 48.39º | 0.33% | 0.36% | - |
| XYZ | 8.79 | 9.49 | 5.93 | - |
| YUV | 85.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 62 | 0 | 0.06 | 0.33 | 0.64 | 48.39 | 0.2 | 0.3 |
| Hex | 5D | 57 | 3E | 0 | 6 | 21 | 40 | 30 | 14 | 1E |
| Octal | 135 | 127 | 76 | 0 | 6 | 41 | 100 | 60 | 24 | 36 |
| Binary | 1011101 | 1010111 | 111110 | 0 | 110 | 100001 | 1000000 | 110000 | 10100 | 11110 |
Color Harmonies of #5D573E
Complementary color
Monochromatic Colors of #5D573E
Black with #5D573E
Text Example
Text Example
White with #5D573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D573E; }
p { color: rgb(93,87,62); }
H1.HeaderClassName
{
color: #5D573E;
}
.AnyTagClassName
{
color: #5D573E;
}
</style>
background-color css
<style>
a { background-color: #5D573E; }
a { background-color: rgb(93,87,62); }
div.DivClassName
{
background-color: #5D573E;
}
.BgClassName
{
background-color: #5D573E;
}
</style>
border-color css
<style>
span { border-color: #5D573E; }
span { border-color: rgb(93,87,62); }
td.TdClassName
{
border-color: #5D573E;
}
.TagClassName
{
border-color: #5D573E;
}
</style>