#55544C

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

Shades of Millbrook #55544C

Tints of Millbrook #55544C

Color information

#55544C (or 0x55544C) is unknown color: approx Millbrook. HEX triplet: 55, 54 and 4C. RGB value is (85,84,76). Sum of RGB (Red+Green+Blue) = 85+84+76=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #55544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55544C is #AAABB3. Grayscale: #535353. Windows color (decimal): -11185076 or 5002325. OLE color: 5002325.

HSL color Cylindrical-coordinate representation of color #55544C: hue angle of 53.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55544C is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB858476-
CMYK00.010.110.67
HSL53.33º5.59%31.57%-
HSV(B)53.33º10.59%33.33%-
XYZ8.228.798.1-
YUV83.39123.83129.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=34.69%
G=34.29%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85847600.010.110.6753.335.5931.57
Hex55544C01B4335620
Octal125124114011310365640
Binary1010101101010010011000110111000011110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55544C; }

 p { color: rgb(85,84,76); }

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

<style>
 a { background-color: #55544C; }

 a { background-color: rgb(85,84,76); }

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

<style>
 span { border-color: #55544C; }

 span { border-color: rgb(85,84,76); }

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