#5F583F

Color #5F583F Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #5F583F

Tints of Millbrook #5F583F

Color information

#5F583F (or 0x5F583F) is unknown color: approx Millbrook. HEX triplet: 5F, 58 and 3F. RGB value is (95,88,63). Sum of RGB (Red+Green+Blue) = 95+88+63=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 95 - color contains mainly: red. Hex color #5F583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F583F is #A0A7C0. Grayscale: #575757. Windows color (decimal): -10528705 or 4151391. OLE color: 4151391.

HSL color Cylindrical-coordinate representation of color #5F583F: hue angle of 46.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F583F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB958863-
CMYK00.070.340.63
HSL46.88º20.25%30.98%-
HSV(B)46.88º33.68%37.25%-
XYZ9.119.776.11-
YUV87.24114.32133.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 38.62%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 63 (25% from 255) = 25.61%
R=38.62%
G=35.77%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95886300.070.340.6346.8820.2530.98
Hex5F583F07223F2f141f
Octal13713077074277572437
Binary1011111101100011111101111000101111111011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F583F; }

 p { color: rgb(95,88,63); }

 H1.HeaderClassName
 {
   color: #5F583F;
 }
 .AnyTagClassName
 {
   color: #5F583F;
 }
</style>
background-color css

<style>
 a { background-color: #5F583F; }

 a { background-color: rgb(95,88,63); }

 div.DivClassName
 {
   background-color: #5F583F;
 }
 .BgClassName
 {
   background-color: #5F583F;
 }
</style>
border-color css

<style>
 span { border-color: #5F583F; }

 span { border-color: rgb(95,88,63); }

 td.TdClassName
 {
   border-color: #5F583F;
 }
 .TagClassName
 {
   border-color: #5F583F;
 }
</style>