Shades of Millbrook #5A5443
Tints of Millbrook #5A5443
RGB
CMYK
RGB Variations
Color information
#5A5443 (or 0x5A5443) is known color: Millbrook. HEX triplet: 5A, 54 and 43. RGB value is (90,84,67). Sum of RGB (Red+Green+Blue) = 90+84+67=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5443 is #A5ABBC. Grayscale: #535353. Windows color (decimal): -10857405 or 4412506. OLE color: 4412506.
HSL color Cylindrical-coordinate representation of color #5A5443: hue angle of 44.35º 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 #5A5443 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 67 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.65 |
| HSL | 44.35º | 0.15% | 0.31% | - |
| HSV(B) | 44.35º | 0.26% | 0.35% | - |
| XYZ | 8.4 | 8.92 | 6.59 | - |
| YUV | 83.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 67 | 0 | 0.07 | 0.26 | 0.65 | 44.35 | 0.15 | 0.31 |
| Hex | 5A | 54 | 43 | 0 | 7 | 1A | 41 | 2C | F | 1F |
| Octal | 132 | 124 | 103 | 0 | 7 | 32 | 101 | 54 | 17 | 37 |
| Binary | 1011010 | 1010100 | 1000011 | 0 | 111 | 11010 | 1000001 | 101100 | 1111 | 11111 |
Color Harmonies of #5A5443
Complementary color
Monochromatic Colors of #5A5443
Black with #5A5443
Text Example
Text Example
White with #5A5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5443; }
p { color: rgb(90,84,67); }
H1.HeaderClassName
{
color: #5A5443;
}
.AnyTagClassName
{
color: #5A5443;
}
</style>
background-color css
<style>
a { background-color: #5A5443; }
a { background-color: rgb(90,84,67); }
div.DivClassName
{
background-color: #5A5443;
}
.BgClassName
{
background-color: #5A5443;
}
</style>
border-color css
<style>
span { border-color: #5A5443; }
span { border-color: rgb(90,84,67); }
td.TdClassName
{
border-color: #5A5443;
}
.TagClassName
{
border-color: #5A5443;
}
</style>