Shades of Millbrook #5D5C4D
Tints of Millbrook #5D5C4D
RGB
CMYK
RGB Variations
Color information
#5D5C4D (or 0x5D5C4D) is known color: Millbrook. HEX triplet: 5D, 5C and 4D. RGB value is (93,92,77). Sum of RGB (Red+Green+Blue) = 93+92+77=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5C4D is #A2A3B2. Grayscale: #5A5A5A. Windows color (decimal): -10658739 or 5069917. OLE color: 5069917.
HSL color Cylindrical-coordinate representation of color #5D5C4D: hue angle of 56.25º degrees, saturation: 0.09, 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 #5D5C4D is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 92 | 77 | - |
CMYK | 0 | 0.01 | 0.17 | 0.64 |
HSL | 56.25º | 0.09% | 0.33% | - |
HSV(B) | 56.25º | 0.17% | 0.36% | - |
XYZ | 9.68 | 10.52 | 8.54 | - |
YUV | 90.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 92 | 77 | 0 | 0.01 | 0.17 | 0.64 | 56.25 | 0.09 | 0.33 |
Hex | 5D | 5C | 4D | 0 | 1 | 11 | 40 | 38 | 9 | 21 |
Octal | 135 | 134 | 115 | 0 | 1 | 21 | 100 | 70 | 11 | 41 |
Binary | 1011101 | 1011100 | 1001101 | 0 | 1 | 10001 | 1000000 | 111000 | 1001 | 100001 |
Color Harmonies of #5D5C4D
Complementary color
Monochromatic Colors of #5D5C4D
Black with #5D5C4D
Text Example
Text Example
White with #5D5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5C4D; }
p { color: rgb(93,92,77); }
H1.HeaderClassName
{
color: #5D5C4D;
}
.AnyTagClassName
{
color: #5D5C4D;
}
</style>
background-color css
<style>
a { background-color: #5D5C4D; }
a { background-color: rgb(93,92,77); }
div.DivClassName
{
background-color: #5D5C4D;
}
.BgClassName
{
background-color: #5D5C4D;
}
</style>
border-color css
<style>
span { border-color: #5D5C4D; }
span { border-color: rgb(93,92,77); }
td.TdClassName
{
border-color: #5D5C4D;
}
.TagClassName
{
border-color: #5D5C4D;
}
</style>