Shades of Millbrook #5A5948
Tints of Millbrook #5A5948
RGB
CMYK
RGB Variations
Color information
#5A5948 (or 0x5A5948) is known color: Millbrook. HEX triplet: 5A, 59 and 48. RGB value is (90,89,72). Sum of RGB (Red+Green+Blue) = 90+89+72=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5948 is #A5A6B7. Grayscale: #575757. Windows color (decimal): -10856120 or 4741466. OLE color: 4741466.
HSL color Cylindrical-coordinate representation of color #5A5948: hue angle of 56.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A5948 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 72 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.65 |
| HSL | 56.67º | 0.11% | 0.32% | - |
| HSV(B) | 56.67º | 0.2% | 0.35% | - |
| XYZ | 8.96 | 9.79 | 7.55 | - |
| YUV | 87.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 72 | 0 | 0.01 | 0.20 | 0.65 | 56.67 | 0.11 | 0.32 |
| Hex | 5A | 59 | 48 | 0 | 1 | 14 | 41 | 39 | B | 20 |
| Octal | 132 | 131 | 110 | 0 | 1 | 24 | 101 | 71 | 13 | 40 |
| Binary | 1011010 | 1011001 | 1001000 | 0 | 1 | 10100 | 1000001 | 111001 | 1011 | 100000 |
Color Harmonies of #5A5948
Complementary color
Monochromatic Colors of #5A5948
Black with #5A5948
Text Example
Text Example
White with #5A5948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5948; }
p { color: rgb(90,89,72); }
H1.HeaderClassName
{
color: #5A5948;
}
.AnyTagClassName
{
color: #5A5948;
}
</style>
background-color css
<style>
a { background-color: #5A5948; }
a { background-color: rgb(90,89,72); }
div.DivClassName
{
background-color: #5A5948;
}
.BgClassName
{
background-color: #5A5948;
}
</style>
border-color css
<style>
span { border-color: #5A5948; }
span { border-color: rgb(90,89,72); }
td.TdClassName
{
border-color: #5A5948;
}
.TagClassName
{
border-color: #5A5948;
}
</style>