#57553F

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

Shades of Millbrook #57553F

Tints of Millbrook #57553F

Color information

#57553F (or 0x57553F) is unknown color: approx Millbrook. HEX triplet: 57, 55 and 3F. RGB value is (87,85,63). Sum of RGB (Red+Green+Blue) = 87+85+63=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #57553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57553F is #A8AAC0. Grayscale: #535353. Windows color (decimal): -11053761 or 4150615. OLE color: 4150615.

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

Color convert

RGB878563-
CMYK00.020.280.66
HSL55º16%29.41%-
HSV(B)55º27.59%34.12%-
XYZ8.088.885.99-
YUV83.09116.66130.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 63 (25% from 255) = 26.81%
R=37.02%
G=36.17%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87856300.020.280.66551629.41
Hex57553F021C4237101d
Octal127125770234102672035
Binary101011110101011111110101110010000101101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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