Shades of Millbrook #5C594B
Tints of Millbrook #5C594B
RGB
CMYK
RGB Variations
Color information
#5C594B (or 0x5C594B) is known color: Millbrook. HEX triplet: 5C, 59 and 4B. RGB value is (92,89,75). Sum of RGB (Red+Green+Blue) = 92+89+75=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 92 - color contains mainly: red. Hex color #5C594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C594B is #A3A6B4. Grayscale: #585858. Windows color (decimal): -10725045 or 4938076. OLE color: 4938076.
HSL color Cylindrical-coordinate representation of color #5C594B: hue angle of 49.41º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C594B is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 75 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.64 |
| HSL | 49.41º | 0.1% | 0.33% | - |
| HSV(B) | 49.41º | 0.18% | 0.36% | - |
| XYZ | 9.26 | 9.93 | 8.09 | - |
| YUV | 88.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 75 | 0 | 0.03 | 0.18 | 0.64 | 49.41 | 0.1 | 0.33 |
| Hex | 5C | 59 | 4B | 0 | 3 | 12 | 40 | 31 | A | 21 |
| Octal | 134 | 131 | 113 | 0 | 3 | 22 | 100 | 61 | 12 | 41 |
| Binary | 1011100 | 1011001 | 1001011 | 0 | 11 | 10010 | 1000000 | 110001 | 1010 | 100001 |
Color Harmonies of #5C594B
Complementary color
Monochromatic Colors of #5C594B
Black with #5C594B
Text Example
Text Example
White with #5C594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C594B; }
p { color: rgb(92,89,75); }
H1.HeaderClassName
{
color: #5C594B;
}
.AnyTagClassName
{
color: #5C594B;
}
</style>
background-color css
<style>
a { background-color: #5C594B; }
a { background-color: rgb(92,89,75); }
div.DivClassName
{
background-color: #5C594B;
}
.BgClassName
{
background-color: #5C594B;
}
</style>
border-color css
<style>
span { border-color: #5C594B; }
span { border-color: rgb(92,89,75); }
td.TdClassName
{
border-color: #5C594B;
}
.TagClassName
{
border-color: #5C594B;
}
</style>