#55544B

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

Shades of Millbrook #55544B

Tints of Millbrook #55544B

Color information

#55544B (or 0x55544B) is unknown color: approx Millbrook. HEX triplet: 55, 54 and 4B. RGB value is (85,84,75). Sum of RGB (Red+Green+Blue) = 85+84+75=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55544B is #AAABB4. Grayscale: #535353. Windows color (decimal): -11185077 or 4936789. OLE color: 4936789.

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

Color convert

RGB858475-
CMYK00.010.120.67
HSL54º6.25%31.37%-
HSV(B)54º11.76%33.33%-
XYZ8.198.787.92-
YUV83.27123.33129.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=34.84%
G=34.43%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85847500.010.120.67546.2531.37
Hex55544B01C433661f
Octal125124113011410366637
Binary101010110101001001011011100100001111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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