Shades of Millbrook #5C563F
Tints of Millbrook #5C563F
RGB
CMYK
RGB Variations
Color information
#5C563F (or 0x5C563F) is known color: Millbrook. HEX triplet: 5C, 56 and 3F. RGB value is (92,86,63). Sum of RGB (Red+Green+Blue) = 92+86+63=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 92 - color contains mainly: red. Hex color #5C563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C563F is #A3A9C0. Grayscale: #555555. Windows color (decimal): -10725825 or 4150876. OLE color: 4150876.
HSL color Cylindrical-coordinate representation of color #5C563F: hue angle of 47.59º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C563F is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 86 | 63 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.64 |
| HSL | 47.59º | 0.19% | 0.3% | - |
| HSV(B) | 47.59º | 0.32% | 0.36% | - |
| XYZ | 8.64 | 9.29 | 6.04 | - |
| YUV | 85.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 63 | 0 | 0.07 | 0.32 | 0.64 | 47.59 | 0.19 | 0.3 |
| Hex | 5C | 56 | 3F | 0 | 7 | 20 | 40 | 30 | 13 | 1E |
| Octal | 134 | 126 | 77 | 0 | 7 | 40 | 100 | 60 | 23 | 36 |
| Binary | 1011100 | 1010110 | 111111 | 0 | 111 | 100000 | 1000000 | 110000 | 10011 | 11110 |
Color Harmonies of #5C563F
Complementary color
Monochromatic Colors of #5C563F
Black with #5C563F
Text Example
Text Example
White with #5C563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C563F; }
p { color: rgb(92,86,63); }
H1.HeaderClassName
{
color: #5C563F;
}
.AnyTagClassName
{
color: #5C563F;
}
</style>
background-color css
<style>
a { background-color: #5C563F; }
a { background-color: rgb(92,86,63); }
div.DivClassName
{
background-color: #5C563F;
}
.BgClassName
{
background-color: #5C563F;
}
</style>
border-color css
<style>
span { border-color: #5C563F; }
span { border-color: rgb(92,86,63); }
td.TdClassName
{
border-color: #5C563F;
}
.TagClassName
{
border-color: #5C563F;
}
</style>