#555245

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

Shades of Millbrook #555245

Tints of Millbrook #555245

Color information

#555245 (or 0x555245) is unknown color: approx Millbrook. HEX triplet: 55, 52 and 45. RGB value is (85,82,69). Sum of RGB (Red+Green+Blue) = 85+82+69=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #555245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555245 is #AAADBA. Grayscale: #515151. Windows color (decimal): -11185595 or 4543061. OLE color: 4543061.

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

Color convert

RGB858269-
CMYK00.040.190.67
HSL48.75º10.39%30.2%-
HSV(B)48.75º18.82%33.33%-
XYZ7.848.46.84-
YUV81.42120.99130.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=36.02%
G=34.75%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85826900.040.190.6748.7510.3930.2
Hex55524504134331a1e
Octal1251221050423103611236
Binary1010101101001010001010100100111000011110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555245; }

 p { color: rgb(85,82,69); }

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

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

 a { background-color: rgb(85,82,69); }

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

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

 span { border-color: rgb(85,82,69); }

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