Shades of Millbrook #5F583C
Tints of Millbrook #5F583C
RGB
CMYK
RGB Variations
Color information
#5F583C (or 0x5F583C) is known color: Millbrook. HEX triplet: 5F, 58 and 3C. RGB value is (95,88,60). Sum of RGB (Red+Green+Blue) = 95+88+60=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 95 - color contains mainly: red. Hex color #5F583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F583C is #A0A7C3. Grayscale: #575757. Windows color (decimal): -10528708 or 3954783. OLE color: 3954783.
HSL color Cylindrical-coordinate representation of color #5F583C: hue angle of 48º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F583C is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 60 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.63 |
| HSL | 48º | 0.23% | 0.3% | - |
| HSV(B) | 48º | 0.37% | 0.37% | - |
| XYZ | 9.02 | 9.74 | 5.68 | - |
| YUV | 86.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 60 | 0 | 0.07 | 0.37 | 0.63 | 48 | 0.23 | 0.3 |
| Hex | 5F | 58 | 3C | 0 | 7 | 25 | 3F | 30 | 17 | 1E |
| Octal | 137 | 130 | 74 | 0 | 7 | 45 | 77 | 60 | 27 | 36 |
| Binary | 1011111 | 1011000 | 111100 | 0 | 111 | 100101 | 111111 | 110000 | 10111 | 11110 |
Color Harmonies of #5F583C
Complementary color
Monochromatic Colors of #5F583C
Black with #5F583C
Text Example
Text Example
White with #5F583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F583C; }
p { color: rgb(95,88,60); }
H1.HeaderClassName
{
color: #5F583C;
}
.AnyTagClassName
{
color: #5F583C;
}
</style>
background-color css
<style>
a { background-color: #5F583C; }
a { background-color: rgb(95,88,60); }
div.DivClassName
{
background-color: #5F583C;
}
.BgClassName
{
background-color: #5F583C;
}
</style>
border-color css
<style>
span { border-color: #5F583C; }
span { border-color: rgb(95,88,60); }
td.TdClassName
{
border-color: #5F583C;
}
.TagClassName
{
border-color: #5F583C;
}
</style>