Shades of Millbrook #5F5D4F
Tints of Millbrook #5F5D4F
RGB
CMYK
RGB Variations
Color information
#5F5D4F (or 0x5F5D4F) is known color: Millbrook. HEX triplet: 5F, 5D and 4F. RGB value is (95,93,79). Sum of RGB (Red+Green+Blue) = 95+93+79=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5D4F is #A0A2B0. Grayscale: #5C5C5C. Windows color (decimal): -10527409 or 5201247. OLE color: 5201247.
HSL color Cylindrical-coordinate representation of color #5F5D4F: hue angle of 52.5º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F5D4F is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 93 | 79 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.63 |
| HSL | 52.5º | 0.09% | 0.34% | - |
| HSV(B) | 52.5º | 0.17% | 0.37% | - |
| XYZ | 10.04 | 10.83 | 8.96 | - |
| YUV | 92 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 79 | 0 | 0.02 | 0.17 | 0.63 | 52.5 | 0.09 | 0.34 |
| Hex | 5F | 5D | 4F | 0 | 2 | 11 | 3F | 34 | 9 | 22 |
| Octal | 137 | 135 | 117 | 0 | 2 | 21 | 77 | 64 | 11 | 42 |
| Binary | 1011111 | 1011101 | 1001111 | 0 | 10 | 10001 | 111111 | 110100 | 1001 | 100010 |
Color Harmonies of #5F5D4F
Complementary color
Monochromatic Colors of #5F5D4F
Black with #5F5D4F
Text Example
Text Example
White with #5F5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5D4F; }
p { color: rgb(95,93,79); }
H1.HeaderClassName
{
color: #5F5D4F;
}
.AnyTagClassName
{
color: #5F5D4F;
}
</style>
background-color css
<style>
a { background-color: #5F5D4F; }
a { background-color: rgb(95,93,79); }
div.DivClassName
{
background-color: #5F5D4F;
}
.BgClassName
{
background-color: #5F5D4F;
}
</style>
border-color css
<style>
span { border-color: #5F5D4F; }
span { border-color: rgb(95,93,79); }
td.TdClassName
{
border-color: #5F5D4F;
}
.TagClassName
{
border-color: #5F5D4F;
}
</style>