Html Css Color HEX #555347 Millbrook

📋 copy color: '#555347'

red 85 ◦ green 83 ◦ blue 71

#555347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #555347

Tints of Millbrook #555347

RGB

 RED value IS 85 (33.59% from 255) = 35.56%

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 35.56%
G = 34.73%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#555347 (or 0x555347) is known color: Millbrook. HEX triplet: 55, 53 and 47. RGB value is (85,83,71). Sum of RGB (Red+Green+Blue) = 85+83+71=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #555347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555347 is #AAACB8. Grayscale: #525252. Windows color (decimal): -11185337 or 4674389. OLE color: 4674389.

HSL color Cylindrical-coordinate representation of color #555347: hue angle of 51.43º 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 #555347 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 71 -
CMYK 0 0.02 0.16 0.67
HSL 51.43º 0.09% 0.31% -
HSV(B) 51.43º 0.16% 0.33% -
XYZ 7.98 8.57 7.2 -
YUV 82.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 85 83 71 0 0.02 0.16 0.67 51.43 0.09 0.31
Hex 55 53 47 0 2 10 43 33 9 1F
Octal 125 123 107 0 2 20 103 63 11 37
Binary 1010101 1010011 1000111 0 10 10000 1000011 110011 1001 11111

Color Harmonies of #555347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555347

Black with #555347

Text Example


Text Example

White with #555347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555347; }

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

 H1.HeaderClassName
 {
   color: #555347;
 }
 .AnyTagClassName
 {
   color: #555347;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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