Shades of Millbrook #5A5442
Tints of Millbrook #5A5442
RGB
CMYK
RGB Variations
Color information
#5A5442 (or 0x5A5442) is known color: Millbrook. HEX triplet: 5A, 54 and 42. RGB value is (90,84,66). Sum of RGB (Red+Green+Blue) = 90+84+66=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5442 is #A5ABBD. Grayscale: #535353. Windows color (decimal): -10857406 or 4346970. OLE color: 4346970.
HSL color Cylindrical-coordinate representation of color #5A5442: hue angle of 45º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5442 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 66 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.65 |
| HSL | 45º | 0.15% | 0.31% | - |
| HSV(B) | 45º | 0.27% | 0.35% | - |
| XYZ | 8.37 | 8.91 | 6.43 | - |
| YUV | 83.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 66 | 0 | 0.07 | 0.27 | 0.65 | 45 | 0.15 | 0.31 |
| Hex | 5A | 54 | 42 | 0 | 7 | 1B | 41 | 2D | F | 1F |
| Octal | 132 | 124 | 102 | 0 | 7 | 33 | 101 | 55 | 17 | 37 |
| Binary | 1011010 | 1010100 | 1000010 | 0 | 111 | 11011 | 1000001 | 101101 | 1111 | 11111 |
Color Harmonies of #5A5442
Complementary color
Monochromatic Colors of #5A5442
Black with #5A5442
Text Example
Text Example
White with #5A5442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5442; }
p { color: rgb(90,84,66); }
H1.HeaderClassName
{
color: #5A5442;
}
.AnyTagClassName
{
color: #5A5442;
}
</style>
background-color css
<style>
a { background-color: #5A5442; }
a { background-color: rgb(90,84,66); }
div.DivClassName
{
background-color: #5A5442;
}
.BgClassName
{
background-color: #5A5442;
}
</style>
border-color css
<style>
span { border-color: #5A5442; }
span { border-color: rgb(90,84,66); }
td.TdClassName
{
border-color: #5A5442;
}
.TagClassName
{
border-color: #5A5442;
}
</style>