Shades of Millbrook #5C5543
Tints of Millbrook #5C5543
RGB
CMYK
RGB Variations
Color information
#5C5543 (or 0x5C5543) is known color: Millbrook. HEX triplet: 5C, 55 and 43. RGB value is (92,85,67). Sum of RGB (Red+Green+Blue) = 92+85+67=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5543 is #A3AABC. Grayscale: #555555. Windows color (decimal): -10726077 or 4412764. OLE color: 4412764.
HSL color Cylindrical-coordinate representation of color #5C5543: hue angle of 43.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C5543 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 85 | 67 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.64 |
| HSL | 43.2º | 0.16% | 0.31% | - |
| HSV(B) | 43.2º | 0.27% | 0.36% | - |
| XYZ | 8.68 | 9.18 | 6.62 | - |
| YUV | 85.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 67 | 0 | 0.08 | 0.27 | 0.64 | 43.2 | 0.16 | 0.31 |
| Hex | 5C | 55 | 43 | 0 | 8 | 1B | 40 | 2B | 10 | 1F |
| Octal | 134 | 125 | 103 | 0 | 10 | 33 | 100 | 53 | 20 | 37 |
| Binary | 1011100 | 1010101 | 1000011 | 0 | 1000 | 11011 | 1000000 | 101011 | 10000 | 11111 |
Color Harmonies of #5C5543
Complementary color
Monochromatic Colors of #5C5543
Black with #5C5543
Text Example
Text Example
White with #5C5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5543; }
p { color: rgb(92,85,67); }
H1.HeaderClassName
{
color: #5C5543;
}
.AnyTagClassName
{
color: #5C5543;
}
</style>
background-color css
<style>
a { background-color: #5C5543; }
a { background-color: rgb(92,85,67); }
div.DivClassName
{
background-color: #5C5543;
}
.BgClassName
{
background-color: #5C5543;
}
</style>
border-color css
<style>
span { border-color: #5C5543; }
span { border-color: rgb(92,85,67); }
td.TdClassName
{
border-color: #5C5543;
}
.TagClassName
{
border-color: #5C5543;
}
</style>