Html Css Color HEX #575649 Millbrook

📋 copy color: '#575649'

red 87 ◦ green 86 ◦ blue 73

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

Shades of Millbrook #575649

Tints of Millbrook #575649

RGB

 RED value IS 87 (34.38% from 255) = 35.37%

 GREEN value IS 86 (33.98% from 255) = 34.96%

 BLUE value IS 73 (28.91% from 255) = 29.67%

R = 35.37%
G = 34.96%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#575649 (or 0x575649) is known color: Millbrook. HEX triplet: 57, 56 and 49. RGB value is (87,86,73). Sum of RGB (Red+Green+Blue) = 87+86+73=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 87 - color contains mainly: red. Hex color #575649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575649 is #A8A9B6. Grayscale: #545454. Windows color (decimal): -11053495 or 4806231. OLE color: 4806231.

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

Color convert

RGB 87 86 73 -
CMYK 0 0.01 0.16 0.66
HSL 55.71º 0.09% 0.31% -
HSV(B) 55.71º 0.16% 0.34% -
XYZ 8.46 9.16 7.63 -
YUV 84.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 87 86 73 0 0.01 0.16 0.66 55.71 0.09 0.31
Hex 57 56 49 0 1 10 42 38 9 1F
Octal 127 126 111 0 1 20 102 70 11 37
Binary 1010111 1010110 1001001 0 1 10000 1000010 111000 1001 11111

Color Harmonies of #575649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575649

Black with #575649

Text Example


Text Example

White with #575649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575649; }

 p { color: rgb(87,86,73); }

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

background-color css

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

 a { background-color: rgb(87,86,73); }

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

border-color css

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

 span { border-color: rgb(87,86,73); }

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