#5D5A4B

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

Shades of Millbrook #5D5A4B

Tints of Millbrook #5D5A4B

Color information

#5D5A4B (or 0x5D5A4B) is unknown color: approx Millbrook. HEX triplet: 5D, 5A and 4B. RGB value is (93,90,75). Sum of RGB (Red+Green+Blue) = 93+90+75=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5A4B is #A2A5B4. Grayscale: #595959. Windows color (decimal): -10659253 or 4938333. OLE color: 4938333.

HSL color Cylindrical-coordinate representation of color #5D5A4B: hue angle of 50º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D5A4B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB939075-
CMYK00.030.190.64
HSL50º10.71%32.94%-
HSV(B)50º19.35%36.47%-
XYZ9.4410.158.12-
YUV89.19119.99130.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.05%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=36.05%
G=34.88%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93907500.030.190.645010.7132.94
Hex5D5A4B03134032b21
Octal1351321130323100621341
Binary1011101101101010010110111001110000001100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,90,75); }

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

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

 a { background-color: rgb(93,90,75); }

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

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

 span { border-color: rgb(93,90,75); }

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