#5F5942

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

Shades of Millbrook #5F5942

Tints of Millbrook #5F5942

Color information

#5F5942 (or 0x5F5942) is unknown color: approx Millbrook. HEX triplet: 5F, 59 and 42. RGB value is (95,89,66). Sum of RGB (Red+Green+Blue) = 95+89+66=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5942 is #A0A6BD. Grayscale: #585858. Windows color (decimal): -10528446 or 4348255. OLE color: 4348255.

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

Color convert

RGB958966-
CMYK00.060.310.63
HSL47.59º18.01%31.57%-
HSV(B)47.59º30.53%37.25%-
XYZ9.289.976.59-
YUV88.17115.49132.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=38%
G=35.6%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95896600.060.310.6347.5918.0131.57
Hex5F5942061F3F301220
Octal137131102063777602240
Binary10111111011001100001001101111111111111000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,66); }

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

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

 a { background-color: rgb(95,89,66); }

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

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

 span { border-color: rgb(95,89,66); }

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