#56544B

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

Shades of Millbrook #56544B

Tints of Millbrook #56544B

Color information

#56544B (or 0x56544B) is unknown color: approx Millbrook. HEX triplet: 56, 54 and 4B. RGB value is (86,84,75). Sum of RGB (Red+Green+Blue) = 86+84+75=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #56544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56544B is #A9ABB4. Grayscale: #535353. Windows color (decimal): -11119541 or 4936790. OLE color: 4936790.

HSL color Cylindrical-coordinate representation of color #56544B: hue angle of 49.09º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #56544B is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB868475-
CMYK00.020.130.66
HSL49.09º6.83%31.57%-
HSV(B)49.09º12.79%33.73%-
XYZ8.288.837.92-
YUV83.57123.16129.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=35.10%
G=34.29%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86847500.020.130.6649.096.8331.57
Hex56544B02D4231720
Octal126124113021510261740
Binary10101101010100100101101011011000010110001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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