Shades of Millbrook #5C5A49
Tints of Millbrook #5C5A49
RGB
CMYK
RGB Variations
Color information
#5C5A49 (or 0x5C5A49) is known color: Millbrook. HEX triplet: 5C, 5A and 49. RGB value is (92,90,73). Sum of RGB (Red+Green+Blue) = 92+90+73=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5A49 is #A3A5B6. Grayscale: #585858. Windows color (decimal): -10724791 or 4807260. OLE color: 4807260.
HSL color Cylindrical-coordinate representation of color #5C5A49: hue angle of 53.68º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C5A49 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 90 | 73 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.64 |
| HSL | 53.68º | 0.12% | 0.32% | - |
| HSV(B) | 53.68º | 0.21% | 0.36% | - |
| XYZ | 9.27 | 10.07 | 7.76 | - |
| YUV | 88.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 73 | 0 | 0.02 | 0.21 | 0.64 | 53.68 | 0.12 | 0.32 |
| Hex | 5C | 5A | 49 | 0 | 2 | 15 | 40 | 36 | C | 20 |
| Octal | 134 | 132 | 111 | 0 | 2 | 25 | 100 | 66 | 14 | 40 |
| Binary | 1011100 | 1011010 | 1001001 | 0 | 10 | 10101 | 1000000 | 110110 | 1100 | 100000 |
Color Harmonies of #5C5A49
Complementary color
Monochromatic Colors of #5C5A49
Black with #5C5A49
Text Example
Text Example
White with #5C5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A49; }
p { color: rgb(92,90,73); }
H1.HeaderClassName
{
color: #5C5A49;
}
.AnyTagClassName
{
color: #5C5A49;
}
</style>
background-color css
<style>
a { background-color: #5C5A49; }
a { background-color: rgb(92,90,73); }
div.DivClassName
{
background-color: #5C5A49;
}
.BgClassName
{
background-color: #5C5A49;
}
</style>
border-color css
<style>
span { border-color: #5C5A49; }
span { border-color: rgb(92,90,73); }
td.TdClassName
{
border-color: #5C5A49;
}
.TagClassName
{
border-color: #5C5A49;
}
</style>