Html Css Color HEX #555247 Millbrook

📋 copy color: '#555247'

red 85 ◦ green 82 ◦ blue 71

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

Shades of Millbrook #555247

Tints of Millbrook #555247

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.13% from 255) = 29.83%

R = 35.71%
G = 34.45%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#555247 (or 0x555247) is known color: 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

RGB 85 82 71 -
CMYK 0 0.04 0.16 0.67
HSL 47.14º 0.09% 0.31% -
HSV(B) 47.14º 0.16% 0.33% -
XYZ 7.9 8.42 7.17 -
YUV 81.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 85 82 71 0 0.04 0.16 0.67 47.14 0.09 0.31
Hex 55 52 47 0 4 10 43 2F 9 1F
Octal 125 122 107 0 4 20 103 57 11 37
Binary 1010101 1010010 1000111 0 100 10000 1000011 101111 1001 11111

Color Harmonies of #555247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555247

Black with #555247

Text Example


Text Example

White with #555247

Text Example


Text Example

HTML Codes & Css Web 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>