#555247

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

Shades of Millbrook #555247

Tints of Millbrook #555247

Color information

#555247 (or 0x555247) is unknown color: approx Millbrook. HEX triplet: 55, 52 and 47. RGB value is (85,82,71). Sum of RGB (Red+Green+Blue) = 85+82+71=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555247 is #AAADB8. Grayscale: #515151. Windows color (decimal): -11185593 or 4674133. OLE color: 4674133.

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

Color convert

RGB858271-
CMYK00.040.160.67
HSL47.14º8.97%30.59%-
HSV(B)47.14º16.47%33.33%-
XYZ7.98.427.17-
YUV81.64121.99130.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 71 (28.12% from 255) = 29.83%
R=35.71%
G=34.45%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85827100.040.160.6747.148.9730.59
Hex5552470410432f91f
Octal1251221070420103571137
Binary1010101101001010001110100100001000011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555247; }

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

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

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

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

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

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

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

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