Shades of Millbrook #5C5843
Tints of Millbrook #5C5843
RGB
CMYK
RGB Variations
Color information
#5C5843 (or 0x5C5843) is known color: Millbrook. HEX triplet: 5C, 58 and 43. RGB value is (92,88,67). Sum of RGB (Red+Green+Blue) = 92+88+67=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5843 is #A3A7BC. Grayscale: #565656. Windows color (decimal): -10725309 or 4413532. OLE color: 4413532.
HSL color Cylindrical-coordinate representation of color #5C5843: hue angle of 50.4º 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 #5C5843 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 67 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.64 |
| HSL | 50.4º | 0.16% | 0.31% | - |
| HSV(B) | 50.4º | 0.27% | 0.36% | - |
| XYZ | 8.92 | 9.66 | 6.7 | - |
| YUV | 86.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 67 | 0 | 0.04 | 0.27 | 0.64 | 50.4 | 0.16 | 0.31 |
| Hex | 5C | 58 | 43 | 0 | 4 | 1B | 40 | 32 | 10 | 1F |
| Octal | 134 | 130 | 103 | 0 | 4 | 33 | 100 | 62 | 20 | 37 |
| Binary | 1011100 | 1011000 | 1000011 | 0 | 100 | 11011 | 1000000 | 110010 | 10000 | 11111 |
Color Harmonies of #5C5843
Complementary color
Monochromatic Colors of #5C5843
Black with #5C5843
Text Example
Text Example
White with #5C5843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5843; }
p { color: rgb(92,88,67); }
H1.HeaderClassName
{
color: #5C5843;
}
.AnyTagClassName
{
color: #5C5843;
}
</style>
background-color css
<style>
a { background-color: #5C5843; }
a { background-color: rgb(92,88,67); }
div.DivClassName
{
background-color: #5C5843;
}
.BgClassName
{
background-color: #5C5843;
}
</style>
border-color css
<style>
span { border-color: #5C5843; }
span { border-color: rgb(92,88,67); }
td.TdClassName
{
border-color: #5C5843;
}
.TagClassName
{
border-color: #5C5843;
}
</style>