#5D5949

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

Shades of Millbrook #5D5949

Tints of Millbrook #5D5949

Color information

#5D5949 (or 0x5D5949) is unknown color: approx Millbrook. HEX triplet: 5D, 59 and 49. RGB value is (93,89,73). Sum of RGB (Red+Green+Blue) = 93+89+73=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5949 is #A2A6B6. Grayscale: #585858. Windows color (decimal): -10659511 or 4807005. OLE color: 4807005.

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

Color convert

RGB938973-
CMYK00.040.220.64
HSL48º12.05%32.55%-
HSV(B)48º21.51%36.47%-
XYZ9.299.957.73-
YUV88.37119.33131.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.47%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=36.47%
G=34.90%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93897300.040.220.644812.0532.55
Hex5D594904164030c21
Octal1351311110426100601441
Binary10111011011001100100101001011010000001100001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,89,73); }

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

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

 a { background-color: rgb(93,89,73); }

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

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

 span { border-color: rgb(93,89,73); }

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