#555244

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

Shades of Millbrook #555244

Tints of Millbrook #555244

Color information

#555244 (or 0x555244) is unknown color: approx Millbrook. HEX triplet: 55, 52 and 44. RGB value is (85,82,68). Sum of RGB (Red+Green+Blue) = 85+82+68=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #555244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555244 is #AAADBB. Grayscale: #515151. Windows color (decimal): -11185596 or 4477525. OLE color: 4477525.

HSL color Cylindrical-coordinate representation of color #555244: hue angle of 49.41º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555244 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB858268-
CMYK00.040.200.67
HSL49.41º11.11%30%-
HSV(B)49.41º20%33.33%-
XYZ7.818.386.68-
YUV81.3120.49130.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=36.17%
G=34.89%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85826800.040.200.6749.4111.1130
Hex55524404144331b1e
Octal1251221040424103611336
Binary1010101101001010001000100101001000011110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555244; }

 p { color: rgb(85,82,68); }

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

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

 a { background-color: rgb(85,82,68); }

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

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

 span { border-color: rgb(85,82,68); }

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