#5A5540

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

Shades of Millbrook #5A5540

Tints of Millbrook #5A5540

Color information

#5A5540 (or 0x5A5540) is unknown color: approx Millbrook. HEX triplet: 5A, 55 and 40. RGB value is (90,85,64). Sum of RGB (Red+Green+Blue) = 90+85+64=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5540 is #A5AABF. Grayscale: #545454. Windows color (decimal): -10857152 or 4216154. OLE color: 4216154.

HSL color Cylindrical-coordinate representation of color #5A5540: hue angle of 48.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A5540 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB908564-
CMYK00.060.290.65
HSL48.46º16.88%30.2%-
HSV(B)48.46º28.89%35.29%-
XYZ8.399.046.15-
YUV84.1116.66132.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=37.66%
G=35.56%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90856400.060.290.6548.4616.8830.2
Hex5A5540061D4130111e
Octal1321251000635101602136
Binary10110101010101100000001101110110000011100001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,64); }

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

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

 a { background-color: rgb(90,85,64); }

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

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

 span { border-color: rgb(90,85,64); }

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