Shades of Millbrook #5A5543
Tints of Millbrook #5A5543
RGB
CMYK
RGB Variations
Color information
#5A5543 (or 0x5A5543) is known color: Millbrook. HEX triplet: 5A, 55 and 43. RGB value is (90,85,67). Sum of RGB (Red+Green+Blue) = 90+85+67=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5543 is #A5AABC. Grayscale: #545454. Windows color (decimal): -10857149 or 4412762. OLE color: 4412762.
HSL color Cylindrical-coordinate representation of color #5A5543: hue angle of 46.96º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5543 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 67 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.65 |
| HSL | 46.96º | 0.15% | 0.31% | - |
| HSV(B) | 46.96º | 0.26% | 0.35% | - |
| XYZ | 8.48 | 9.08 | 6.62 | - |
| YUV | 84.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 67 | 0 | 0.06 | 0.26 | 0.65 | 46.96 | 0.15 | 0.31 |
| Hex | 5A | 55 | 43 | 0 | 6 | 1A | 41 | 2F | F | 1F |
| Octal | 132 | 125 | 103 | 0 | 6 | 32 | 101 | 57 | 17 | 37 |
| Binary | 1011010 | 1010101 | 1000011 | 0 | 110 | 11010 | 1000001 | 101111 | 1111 | 11111 |
Color Harmonies of #5A5543
Complementary color
Monochromatic Colors of #5A5543
Black with #5A5543
Text Example
Text Example
White with #5A5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5543; }
p { color: rgb(90,85,67); }
H1.HeaderClassName
{
color: #5A5543;
}
.AnyTagClassName
{
color: #5A5543;
}
</style>
background-color css
<style>
a { background-color: #5A5543; }
a { background-color: rgb(90,85,67); }
div.DivClassName
{
background-color: #5A5543;
}
.BgClassName
{
background-color: #5A5543;
}
</style>
border-color css
<style>
span { border-color: #5A5543; }
span { border-color: rgb(90,85,67); }
td.TdClassName
{
border-color: #5A5543;
}
.TagClassName
{
border-color: #5A5543;
}
</style>