Shades of Millbrook #5C5A47
Tints of Millbrook #5C5A47
RGB
CMYK
RGB Variations
Color information
#5C5A47 (or 0x5C5A47) is known color: Millbrook. HEX triplet: 5C, 5A and 47. RGB value is (92,90,71). Sum of RGB (Red+Green+Blue) = 92+90+71=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5A47 is #A3A5B8. Grayscale: #585858. Windows color (decimal): -10724793 or 4676188. OLE color: 4676188.
HSL color Cylindrical-coordinate representation of color #5C5A47: hue angle of 54.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C5A47 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 90 | 71 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.64 |
| HSL | 54.29º | 0.13% | 0.32% | - |
| HSV(B) | 54.29º | 0.23% | 0.36% | - |
| XYZ | 9.21 | 10.04 | 7.41 | - |
| YUV | 88.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 71 | 0 | 0.02 | 0.23 | 0.64 | 54.29 | 0.13 | 0.32 |
| Hex | 5C | 5A | 47 | 0 | 2 | 17 | 40 | 36 | D | 20 |
| Octal | 134 | 132 | 107 | 0 | 2 | 27 | 100 | 66 | 15 | 40 |
| Binary | 1011100 | 1011010 | 1000111 | 0 | 10 | 10111 | 1000000 | 110110 | 1101 | 100000 |
Color Harmonies of #5C5A47
Complementary color
Monochromatic Colors of #5C5A47
Black with #5C5A47
Text Example
Text Example
White with #5C5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A47; }
p { color: rgb(92,90,71); }
H1.HeaderClassName
{
color: #5C5A47;
}
.AnyTagClassName
{
color: #5C5A47;
}
</style>
background-color css
<style>
a { background-color: #5C5A47; }
a { background-color: rgb(92,90,71); }
div.DivClassName
{
background-color: #5C5A47;
}
.BgClassName
{
background-color: #5C5A47;
}
</style>
border-color css
<style>
span { border-color: #5C5A47; }
span { border-color: rgb(92,90,71); }
td.TdClassName
{
border-color: #5C5A47;
}
.TagClassName
{
border-color: #5C5A47;
}
</style>