Shades of Millbrook #5C5B4C
Tints of Millbrook #5C5B4C
RGB
CMYK
RGB Variations
Color information
#5C5B4C (or 0x5C5B4C) is known color: Millbrook. HEX triplet: 5C, 5B and 4C. RGB value is (92,91,76). Sum of RGB (Red+Green+Blue) = 92+91+76=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5B4C is #A3A4B3. Grayscale: #595959. Windows color (decimal): -10724532 or 5004124. OLE color: 5004124.
HSL color Cylindrical-coordinate representation of color #5C5B4C: hue angle of 56.25º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C5B4C is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 91 | 76 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.64 |
| HSL | 56.25º | 0.1% | 0.33% | - |
| HSV(B) | 56.25º | 0.17% | 0.36% | - |
| XYZ | 9.46 | 10.28 | 8.32 | - |
| YUV | 89.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 91 | 76 | 0 | 0.01 | 0.17 | 0.64 | 56.25 | 0.1 | 0.33 |
| Hex | 5C | 5B | 4C | 0 | 1 | 11 | 40 | 38 | A | 21 |
| Octal | 134 | 133 | 114 | 0 | 1 | 21 | 100 | 70 | 12 | 41 |
| Binary | 1011100 | 1011011 | 1001100 | 0 | 1 | 10001 | 1000000 | 111000 | 1010 | 100001 |
Color Harmonies of #5C5B4C
Complementary color
Monochromatic Colors of #5C5B4C
Black with #5C5B4C
Text Example
Text Example
White with #5C5B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5B4C; }
p { color: rgb(92,91,76); }
H1.HeaderClassName
{
color: #5C5B4C;
}
.AnyTagClassName
{
color: #5C5B4C;
}
</style>
background-color css
<style>
a { background-color: #5C5B4C; }
a { background-color: rgb(92,91,76); }
div.DivClassName
{
background-color: #5C5B4C;
}
.BgClassName
{
background-color: #5C5B4C;
}
</style>
border-color css
<style>
span { border-color: #5C5B4C; }
span { border-color: rgb(92,91,76); }
td.TdClassName
{
border-color: #5C5B4C;
}
.TagClassName
{
border-color: #5C5B4C;
}
</style>