#555246

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

Shades of Millbrook #555246

Tints of Millbrook #555246

Color information

#555246 (or 0x555246) is unknown color: approx Millbrook. HEX triplet: 55, 52 and 46. RGB value is (85,82,70). Sum of RGB (Red+Green+Blue) = 85+82+70=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #555246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555246 is #AAADB9. Grayscale: #515151. Windows color (decimal): -11185594 or 4608597. OLE color: 4608597.

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

Color convert

RGB858270-
CMYK00.040.180.67
HSL48º9.68%30.39%-
HSV(B)48º17.65%33.33%-
XYZ7.878.417-
YUV81.53121.49130.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=35.86%
G=34.60%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85827000.040.180.67489.6830.39
Hex55524604124330a1e
Octal1251221060422103601236
Binary1010101101001010001100100100101000011110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555246; }

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

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

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

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

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

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

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

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