Html Css Color HEX #575549 Millbrook

📋 copy color: '#575549'

red 87 ◦ green 85 ◦ blue 73

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

Shades of Millbrook #575549

Tints of Millbrook #575549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

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

R = 35.51%
G = 34.69%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#575549 (or 0x575549) is known color: Millbrook. HEX triplet: 57, 55 and 49. RGB value is (87,85,73). Sum of RGB (Red+Green+Blue) = 87+85+73=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 87 - color contains mainly: red. Hex color #575549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575549 is #A8AAB6. Grayscale: #545454. Windows color (decimal): -11053751 or 4805975. OLE color: 4805975.

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

Color convert

RGB 87 85 73 -
CMYK 0 0.02 0.16 0.66
HSL 51.43º 0.09% 0.31% -
HSV(B) 51.43º 0.16% 0.34% -
XYZ 8.38 9 7.6 -
YUV 84.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 87 85 73 0 0.02 0.16 0.66 51.43 0.09 0.31
Hex 57 55 49 0 2 10 42 33 9 1F
Octal 127 125 111 0 2 20 102 63 11 37
Binary 1010111 1010101 1001001 0 10 10000 1000010 110011 1001 11111

Color Harmonies of #575549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575549

Black with #575549

Text Example


Text Example

White with #575549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575549; }

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

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

background-color css

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

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

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

border-color css

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

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

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