Html Css Color HEX #575546 Millbrook

📋 copy color: '#575546'

red 87 ◦ green 85 ◦ blue 70

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

Shades of Millbrook #575546

Tints of Millbrook #575546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 35.95%
G = 35.12%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#575546 (or 0x575546) is known color: Millbrook. HEX triplet: 57, 55 and 46. RGB value is (87,85,70). Sum of RGB (Red+Green+Blue) = 87+85+70=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #575546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575546 is #A8AAB9. Grayscale: #535353. Windows color (decimal): -11053754 or 4609367. OLE color: 4609367.

HSL color Cylindrical-coordinate representation of color #575546: hue angle of 52.94º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575546 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 70 -
CMYK 0 0.02 0.20 0.66
HSL 52.94º 0.11% 0.31% -
HSV(B) 52.94º 0.2% 0.34% -
XYZ 8.28 8.97 7.09 -
YUV 83.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 87 85 70 0 0.02 0.20 0.66 52.94 0.11 0.31
Hex 57 55 46 0 2 14 42 35 B 1F
Octal 127 125 106 0 2 24 102 65 13 37
Binary 1010111 1010101 1000110 0 10 10100 1000010 110101 1011 11111

Color Harmonies of #575546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575546

Black with #575546

Text Example


Text Example

White with #575546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575546; }

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

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

background-color css

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

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

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

border-color css

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

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

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