#555342

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

Shades of Millbrook #555342

Tints of Millbrook #555342

Color information

#555342 (or 0x555342) is unknown color: approx Millbrook. HEX triplet: 55, 53 and 42. RGB value is (85,83,66). Sum of RGB (Red+Green+Blue) = 85+83+66=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #555342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555342 is #AAACBD. Grayscale: #515151. Windows color (decimal): -11185342 or 4346709. OLE color: 4346709.

HSL color Cylindrical-coordinate representation of color #555342: hue angle of 53.68º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555342 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB858366-
CMYK00.020.220.67
HSL53.68º12.58%29.61%-
HSV(B)53.68º22.35%33.33%-
XYZ7.828.516.38-
YUV81.66119.16130.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=36.32%
G=35.47%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85836600.020.220.6753.6812.5829.61
Hex55534202164336d1e
Octal1251231020226103661536
Binary101010110100111000010010101101000011110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555342; }

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

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

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

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

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

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

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

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