#56553F

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

Shades of Millbrook #56553F

Tints of Millbrook #56553F

Color information

#56553F (or 0x56553F) is unknown color: approx Millbrook. HEX triplet: 56, 55 and 3F. RGB value is (86,85,63). Sum of RGB (Red+Green+Blue) = 86+85+63=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #56553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56553F is #A9AAC0. Grayscale: #525252. Windows color (decimal): -11119297 or 4150614. OLE color: 4150614.

HSL color Cylindrical-coordinate representation of color #56553F: hue angle of 57.39º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56553F is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB868563-
CMYK00.010.270.66
HSL57.39º15.44%29.22%-
HSV(B)57.39º26.74%33.73%-
XYZ7.988.835.99-
YUV82.79116.83130.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 63 (25% from 255) = 26.92%
R=36.75%
G=36.32%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86856300.010.270.6657.3915.4429.22
Hex56553F011B4239f1d
Octal126125770133102711735
Binary1010110101010111111101110111000010111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56553F; }

 p { color: rgb(86,85,63); }

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

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

 a { background-color: rgb(86,85,63); }

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

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

 span { border-color: rgb(86,85,63); }

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