Html Css Color HEX #575346 Millbrook

📋 copy color: '#575346'

red 87 ◦ green 83 ◦ blue 70

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

Shades of Millbrook #575346

Tints of Millbrook #575346

RGB

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

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

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

R = 36.25%
G = 34.58%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#575346 (or 0x575346) is known color: Millbrook. HEX triplet: 57, 53 and 46. RGB value is (87,83,70). Sum of RGB (Red+Green+Blue) = 87+83+70=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #575346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575346 is #A8ACB9. Grayscale: #525252. Windows color (decimal): -11054266 or 4608855. OLE color: 4608855.

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

Color convert

RGB 87 83 70 -
CMYK 0 0.05 0.20 0.66
HSL 45.88º 0.11% 0.31% -
HSV(B) 45.88º 0.2% 0.34% -
XYZ 8.13 8.65 7.04 -
YUV 82.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 87 83 70 0 0.05 0.20 0.66 45.88 0.11 0.31
Hex 57 53 46 0 5 14 42 2E B 1F
Octal 127 123 106 0 5 24 102 56 13 37
Binary 1010111 1010011 1000110 0 101 10100 1000010 101110 1011 11111

Color Harmonies of #575346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575346

Black with #575346

Text Example


Text Example

White with #575346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575346; }

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

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

background-color css

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

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

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

border-color css

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

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

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