Shades of Millbrook #5D5848
Tints of Millbrook #5D5848
RGB
CMYK
RGB Variations
Color information
#5D5848 (or 0x5D5848) is known color: Millbrook. HEX triplet: 5D, 58 and 48. RGB value is (93,88,72). Sum of RGB (Red+Green+Blue) = 93+88+72=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5848 is #A2A7B7. Grayscale: #575757. Windows color (decimal): -10659768 or 4741213. OLE color: 4741213.
HSL color Cylindrical-coordinate representation of color #5D5848: hue angle of 45.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D5848 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 88 | 72 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.64 |
| HSL | 45.71º | 0.13% | 0.32% | - |
| HSV(B) | 45.71º | 0.23% | 0.36% | - |
| XYZ | 9.17 | 9.77 | 7.53 | - |
| YUV | 87.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 72 | 0 | 0.05 | 0.23 | 0.64 | 45.71 | 0.13 | 0.32 |
| Hex | 5D | 58 | 48 | 0 | 5 | 17 | 40 | 2E | D | 20 |
| Octal | 135 | 130 | 110 | 0 | 5 | 27 | 100 | 56 | 15 | 40 |
| Binary | 1011101 | 1011000 | 1001000 | 0 | 101 | 10111 | 1000000 | 101110 | 1101 | 100000 |
Color Harmonies of #5D5848
Complementary color
Monochromatic Colors of #5D5848
Black with #5D5848
Text Example
Text Example
White with #5D5848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5848; }
p { color: rgb(93,88,72); }
H1.HeaderClassName
{
color: #5D5848;
}
.AnyTagClassName
{
color: #5D5848;
}
</style>
background-color css
<style>
a { background-color: #5D5848; }
a { background-color: rgb(93,88,72); }
div.DivClassName
{
background-color: #5D5848;
}
.BgClassName
{
background-color: #5D5848;
}
</style>
border-color css
<style>
span { border-color: #5D5848; }
span { border-color: rgb(93,88,72); }
td.TdClassName
{
border-color: #5D5848;
}
.TagClassName
{
border-color: #5D5848;
}
</style>