#5C594B

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

Shades of Millbrook #5C594B

Tints of Millbrook #5C594B

Color information

#5C594B (or 0x5C594B) is unknown color: approx Millbrook. HEX triplet: 5C, 59 and 4B. RGB value is (92,89,75). Sum of RGB (Red+Green+Blue) = 92+89+75=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 92 - color contains mainly: red. Hex color #5C594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C594B is #A3A6B4. Grayscale: #585858. Windows color (decimal): -10725045 or 4938076. OLE color: 4938076.

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

Color convert

RGB928975-
CMYK00.030.180.64
HSL49.41º10.18%32.75%-
HSV(B)49.41º18.48%36.08%-
XYZ9.269.938.09-
YUV88.3120.49130.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.94%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=35.94%
G=34.77%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92897500.030.180.6449.4110.1832.75
Hex5C594B03124031a21
Octal1341311130322100611241
Binary1011100101100110010110111001010000001100011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,89,75); }

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

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

 a { background-color: rgb(92,89,75); }

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

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

 span { border-color: rgb(92,89,75); }

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