Shades of Millbrook #5E573E
Tints of Millbrook #5E573E
RGB
CMYK
RGB Variations
Color information
#5E573E (or 0x5E573E) is known color: Millbrook. HEX triplet: 5E, 57 and 3E. RGB value is (94,87,62). Sum of RGB (Red+Green+Blue) = 94+87+62=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 94 - color contains mainly: red. Hex color #5E573E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E573E is #A1A8C1. Grayscale: #565656. Windows color (decimal): -10594498 or 4085598. OLE color: 4085598.
HSL color Cylindrical-coordinate representation of color #5E573E: hue angle of 46.88º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E573E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 87 | 62 | - |
CMYK | 0 | 0.07 | 0.34 | 0.63 |
HSL | 46.88º | 0.21% | 0.31% | - |
HSV(B) | 46.88º | 0.34% | 0.37% | - |
XYZ | 8.89 | 9.54 | 5.93 | - |
YUV | 86.24 | 114.32 | 133.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 87 | 62 | 0 | 0.07 | 0.34 | 0.63 | 46.88 | 0.21 | 0.31 |
Hex | 5E | 57 | 3E | 0 | 7 | 22 | 3F | 2F | 15 | 1F |
Octal | 136 | 127 | 76 | 0 | 7 | 42 | 77 | 57 | 25 | 37 |
Binary | 1011110 | 1010111 | 111110 | 0 | 111 | 100010 | 111111 | 101111 | 10101 | 11111 |
Color Harmonies of #5E573E
Complementary color
Monochromatic Colors of #5E573E
Black with #5E573E
Text Example
Text Example
White with #5E573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E573E; }
p { color: rgb(94,87,62); }
H1.HeaderClassName
{
color: #5E573E;
}
.AnyTagClassName
{
color: #5E573E;
}
</style>
background-color css
<style>
a { background-color: #5E573E; }
a { background-color: rgb(94,87,62); }
div.DivClassName
{
background-color: #5E573E;
}
.BgClassName
{
background-color: #5E573E;
}
</style>
border-color css
<style>
span { border-color: #5E573E; }
span { border-color: rgb(94,87,62); }
td.TdClassName
{
border-color: #5E573E;
}
.TagClassName
{
border-color: #5E573E;
}
</style>