#55534C

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

Shades of Millbrook #55534C

Tints of Millbrook #55534C

Color information

#55534C (or 0x55534C) is unknown color: approx Millbrook. HEX triplet: 55, 53 and 4C. RGB value is (85,83,76). Sum of RGB (Red+Green+Blue) = 85+83+76=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55534C is #AAACB3. Grayscale: #525252. Windows color (decimal): -11185332 or 5002069. OLE color: 5002069.

HSL color Cylindrical-coordinate representation of color #55534C: hue angle of 46.67º 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 #55534C is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB858376-
CMYK00.020.110.67
HSL46.67º5.59%31.57%-
HSV(B)46.67º10.59%33.33%-
XYZ8.148.648.08-
YUV82.8124.16129.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=34.84%
G=34.02%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85837600.020.110.6746.675.5931.57
Hex55534C02B432f620
Octal125123114021310357640
Binary10101011010011100110001010111000011101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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