Shades of Millbrook #5D573D
Tints of Millbrook #5D573D
RGB
CMYK
RGB Variations
Color information
#5D573D (or 0x5D573D) is known color: Millbrook. HEX triplet: 5D, 57 and 3D. RGB value is (93,87,61). Sum of RGB (Red+Green+Blue) = 93+87+61=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D573D is #A2A8C2. Grayscale: #555555. Windows color (decimal): -10660035 or 4020061. OLE color: 4020061.
HSL color Cylindrical-coordinate representation of color #5D573D: hue angle of 48.75º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D573D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 61 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.64 |
| HSL | 48.75º | 0.21% | 0.3% | - |
| HSV(B) | 48.75º | 0.34% | 0.36% | - |
| XYZ | 8.76 | 9.48 | 5.78 | - |
| YUV | 85.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 61 | 0 | 0.06 | 0.34 | 0.64 | 48.75 | 0.21 | 0.3 |
| Hex | 5D | 57 | 3D | 0 | 6 | 22 | 40 | 31 | 15 | 1E |
| Octal | 135 | 127 | 75 | 0 | 6 | 42 | 100 | 61 | 25 | 36 |
| Binary | 1011101 | 1010111 | 111101 | 0 | 110 | 100010 | 1000000 | 110001 | 10101 | 11110 |
Color Harmonies of #5D573D
Complementary color
Monochromatic Colors of #5D573D
Black with #5D573D
Text Example
Text Example
White with #5D573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D573D; }
p { color: rgb(93,87,61); }
H1.HeaderClassName
{
color: #5D573D;
}
.AnyTagClassName
{
color: #5D573D;
}
</style>
background-color css
<style>
a { background-color: #5D573D; }
a { background-color: rgb(93,87,61); }
div.DivClassName
{
background-color: #5D573D;
}
.BgClassName
{
background-color: #5D573D;
}
</style>
border-color css
<style>
span { border-color: #5D573D; }
span { border-color: rgb(93,87,61); }
td.TdClassName
{
border-color: #5D573D;
}
.TagClassName
{
border-color: #5D573D;
}
</style>